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
Could you please tell me the difference between scgen.SCGEN and scgen.SCGENVAE? I am now following the tutorial to train a model for perturbation prediction (https://scgen.readthedocs.io/en/stable/tutorials/scgen_perturbation_prediction.html). After saving the trained model, how could I load the model properly? Should I use scgen.SCGEN.load(path_to_model) or scgen.SCGENVAE.load(path_to_model)?
Thank you in advance for your help.
Best,
Huawen
The text was updated successfully, but these errors were encountered:
Hello! Thanks for your nice tool!
Could you please tell me the difference between scgen.SCGEN and scgen.SCGENVAE? I am now following the tutorial to train a model for perturbation prediction (https://scgen.readthedocs.io/en/stable/tutorials/scgen_perturbation_prediction.html). After saving the trained model, how could I load the model properly? Should I use scgen.SCGEN.load(path_to_model) or scgen.SCGENVAE.load(path_to_model)?
Thank you in advance for your help.
Best,
Huawen
The text was updated successfully, but these errors were encountered: