-
Notifications
You must be signed in to change notification settings - Fork 160
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
list index out of range #5
Comments
Hi phyuphyuthaw, it seems that there is an image which does not have a corresponding mask. |
I tried to update my dataset and trained it again. While it was running, there was error like "packet_write_wait: Connection to port 22: Broken pipe.. So I stopped running and then restart to train but now it says "visdom.ConnectionError: Error connecting to Visdom server" |
Are you using |
yeah. I wrote the command python -m visdom.server. And in the other terminal, the code is running well now. While it is training, can I test my dataset in next terminal? Or do I need to wait till the training is finished? |
Excuse me, list index out of range error is still happening, but not in the same iters value. once, I had 12000 iters value and then stopped there. My dataset has been checked and I think there is no more error in my dataset. could you please give me an advice on this case? |
|
thank you very much. here is another problem too. initialize network with normal
|
It seams that some of your testB images do not have corresponding masks, hence self.forward_B had never been run. Currently, the code assumes that every image have at least one corresponding mask. |
In addition, can you open a new issue for a new question please? It would help others to find the solution for the same issue, by searching the titles of the issues. |
I am just training my dataset with this instagan model. my training dataset has 14221 images and at the first trial, it has error as show in figure when iter value is 4200. Second trial, now it stopped when iter value is 8900. It has increased a lot than the first trial. I am just adding my dataset folder under the directory /instagan/datasets.
The text was updated successfully, but these errors were encountered: