You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it looks like torch tries to load weights only. This is supposed to be fixed in the most recent versions of scvi-tools. I assume that you use an old version of scvi-tools and the most recent torch version. Can you update scvi-tools to 1.2.2?
Hi,
I'm trying to reload a saved model with the command:
model.save('Diul_model/')
This is how I'm trying to load it:
model = scvi.model.SCVI.load('/Users/tk19812/Documents/scRNA-Project/H5AD_datssets/Diul_model/', adata)
But I'm getting this error:
Thanks a lot
Francesco
The text was updated successfully, but these errors were encountered: