-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I used the following command to train the model with TM dataset
python ./train.py --model Conv4NP --method comet --train_aug
But, the following errors occur
Traceback (most recent call last):
File "./train.py", line 13, in <module>
from data.datamgr import SimpleDataManager, SetDataManager
File "/root/notebooks/nfs/work/yanwei.liu/comet/TM/data/__init__.py", line 1, in <module>
from . import datamgr
File "/root/notebooks/nfs/work/yanwei.liu/comet/TM/data/datamgr.py", line 7, in <module>
import data.additional_transforms as add_transforms
ModuleNotFoundError: No module named 'data.additional_transforms'
Thus I read comet/TM/data__init__.py. Line 3 from . import additional_transforms so I checkcomet/TM/data/ folder, there's no any .py file named additional_transforms. Did you forget to push the file to GitHub? or the command I used wasn't correct?
Thanks
PS. I have used the process.py to preprocess the dataset according to your guideline in README file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels