Views
No views yet
epoch=31-step=15008-val_loss=0.2625.ckpt.1from transformers import AutoModel
2
3model = AutoModel.from_pretrained("pszmk/mnist-vae-latent2", trust_remote_code=True)1from transformers import AutoModel
2
3model = AutoModel.from_pretrained(
4 "pszmk/mnist-vae-latent2",
5 revision="main",
6 trust_remote_code=True,
7)/home/pszmk/Latent-Anti-Microbial-Peptides-LAMP/checkpoints/6b865455ff1f4cb7818d40a26f0eeeed/epoch=31-step=15008-val_loss=0.2625.ckptmodelling.src.models.mnist_vae.MNISTVAEmodelling.src.models.mnist_vae.MNISTVAEConfigmain{}