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
Thanks for your great work.
when I run the code : python -m deepscm.experiments.morphomnist.trainer -e SVIExperiment -m ConditionalVISEM --data_dir /path/to/data --default_root_dir /path/to/checkpoints --decoder_type fixed_var {--gpus 0}
some wrong happened:
In deepscm\experiments\morphomnist\base_experiment.py
Traceback (most recent call last):
File "E:\anaconda3\envs\dscm\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "E:\anaconda3\envs\dscm\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "deepscm\deepscm\experiments\morphomnist\trainer.py", line 97, in <module>
experiment = exp_class(hparams, model)
File "\deepscm\deepscm\experiments\morphomnist\sem_vi\base_sem_experiment.py",
line 270, in __init__
super().__init__(hparams, pyro_model)
File "deepscm\deepscm\experiments\morphomnist\base_experiment.py", line 175, in __init__
self.hparams = hparams
File "E:\anaconda3\envs\dscm\lib\site-packages\torch\nn\modules\module.py", line 1225, in __setattr__
object.__setattr__(self, name, value)
AttributeError: can't set attribute
I'm no idea how to fix this issue. Looking forward to your reply
The text was updated successfully, but these errors were encountered:
Thanks for your great work.
when I run the code :
python -m deepscm.experiments.morphomnist.trainer -e SVIExperiment -m ConditionalVISEM --data_dir /path/to/data --default_root_dir /path/to/checkpoints --decoder_type fixed_var {--gpus 0}
some wrong happened:
In deepscm\experiments\morphomnist\base_experiment.py
I'm no idea how to fix this issue. Looking forward to your reply
The text was updated successfully, but these errors were encountered: