-
Notifications
You must be signed in to change notification settings - Fork 7
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
Another bug for data #2
Comments
@miaojiang1987 Sorry for the delay and thank you for pointing this bug. I've fixed it and update the repo by modifying Line 449. in |
@miaojiang1987 Hi Miao, Can you please point me towards the dataset you used for train, validation and mask images. Appreciate your help. Thanks. |
@muni2773 , Hi, sorry that those dataset is private and belongs to an institution, I can not share. In addition to that, I also have trained places dataset. |
@miaojiang1987 Thanks Miao - I downloaded the Places dataset and used the small images Test as Train and Val as Val. I did 6 epochs with pkls in the snapshot directory but when I run is_train=false it is looking for a mask dataset. Do you know where the mask dataset is for Places? |
Hi Ruilong Li,
I found another bug after modifying epochs for G and D.
Here is the report.
Traceback (most recent call last):
File "train.py", line 592, in
main()
File "train.py", line 531, in main
train(dataLoader, model_G, model_D, epoch)
File "train.py", line 450, in train
losses_G.update(loss_G.data[0], input3ch.size(0))
AttributeError: 'AverageMeter' object has no attribute 'data'
Does the data here mean val?
Best,
Miao
The text was updated successfully, but these errors were encountered: