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
running experiment GMN flag
Traceback (most recent call last):
File "run.py", line 307, in <module>
cls(**args, desc=desc).run()
File "/Users/homiao/Clouds/Git/molecule-property-predictor/experiment.py", line 607, in __init__
from data.datasets import get_data
ModuleNotFoundError: No module named 'data.datasets'
However, current our data folder is ignored.
The text was updated successfully, but these errors were encountered:
Hi @amirziai some experiments need
data.datasets
However, current our
data
folder is ignored.The text was updated successfully, but these errors were encountered: