Autoencoder models on huggingface have incorrect name
reesekneeland opened this issue · 3 comments
reesekneeland commented
Hello,
The pretrained autoencoder for subject1 is called "epoch120.pth", which is what the code expects, however the pretrained models for subjects 2, 5, and 7 are called "last.pth", causing an error when the model is loaded in the Reconstructions script.
PaulScotti commented
Thank you! I have changed the names for subj 2 5 7 to be epoch120 instead of last.pth on huggingface
DavisMeee commented
reesekneeland commented
Hello, I have only been using the pretrained models so I have not tested the training script at all.