Views
No views yet
FineTune_2_checkpoint.pth (Recommended)kl_divergence and reconstruction loss compared to the V1 baseline.checkpoint-0.pth (Legacy / Research Artifact)vae_loss and unstable KL divergence.1import torch
2
3# Load the Causal VAE checkpoint
4checkpoint_path = "FineTune_2_checkpoint.pth" # Use the stable Class 5 checkpoint
5state_dict = torch.load(checkpoint_path, map_location="cpu")
6
7print(f"Loaded checkpoint: {checkpoint_path}")
8# Note: This requires the specific Causal VAE architecture definition to load state_dict