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, thanks for your work!
However, when trying to run train.py, I encounter the following error. The conf object created by omegaconf is of NoneType.
File "E:\WORKS\CS\ddsp-pytorch\train\train.py", line 26, in <module>
config = setup(default_config="../configs/violin.yaml")
File "E:\WORKS\CS\ddsp-pytorch\train\trainer\io.py", line 119, in setup
conf.save(logpath[:-4] + ".yaml")
TypeError: 'NoneType' object is not callable
Nothing changed from your scripts. And I skip step 1-5 since I just want to check the default experiment on violin. Could you give any insights on it?
I'm using omegaconf==2.0.6
The text was updated successfully, but these errors were encountered:
Hi, thanks for your work!
However, when trying to run train.py, I encounter the following error. The
conf
object created byomegaconf
is ofNoneType
.Nothing changed from your scripts. And I skip step 1-5 since I just want to check the default experiment on violin. Could you give any insights on it?
I'm using
omegaconf==2.0.6
The text was updated successfully, but these errors were encountered: