-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question on training with TM dataset #2
Comments
I solve the issue by copy comet/CUB/data/additional_transforms.py to |
After execute the same command to train, I encounter the following error:
|
Not one of the authors, but my understanding from reading the paper is: |
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
Thus I read
comet/TM/data__init__.py
. Line 3from . 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.
The text was updated successfully, but these errors were encountered: