-
Notifications
You must be signed in to change notification settings - Fork 126
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
What is your operating environment and the version of the software? #7
Comments
I think the issue is due to a wrong batch size specified here https://github.com/azadis/MC-GAN/blob/master/scripts/train_StackGAN.sh#L37 |
Sorry for the confusion. For BLOOD, I think you should set your batch size to 4. This will be the number of unique given letters. The answer to your second question is actually yes. You need to train the end-to-end model for transferring the style of each font separately. This will be done through the train_StackGAN.sh file with the name of your data folder. Prior to that, you should train the Glyph Network on all fonts for learning the glyph shapes by running train_cGAN.sh. |
I think your issue is with the running path or data path. You are probably either running the code from a wrong path (do you run |
@Outhbreaker I meet the same issue with you,and now how do you settled it?Thank you. |
@liukboy I don't know how to do it. I still wait the reply from the author. By the way, are you Chinese college students? |
The |
I want to reproduce your experiment. But there have been some problems in the debugging process. There are even code errors. I think this will definitely not be your problem. So I want to ask the specific environment running version (Ps. My environment is configured according to Readme)
Such as: tensor_gt[batch,0,:,:] = tensor_all.data[batch,self.out_id[batch],:,:]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: