-
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
How can i run code in CPU machine? what are the changes required? #8
Comments
you should be able to run it with cpu if you make the following changes to the bash script. In https://github.com/YuSuen/MC-GAN/blob/master/scripts/train_StackGAN.sh#L68, erase |
Seems we can't pass empty string as gpu_ids. |
yes, please consider my latest commit with a change in the following line: |
Seems your latest code not working in GPU. :(
…On Wed, Dec 26, 2018 at 1:37 PM Samaneh Azadi ***@***.***> wrote:
yes, please consider my latest commit with a change in the following line:
https://github.com/azadis/MC-GAN/blob/master/options/base_options.py#L78
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ALDyqrNJd-QrGD9QsYJZTj03JXP9lOcwks5u8y45gaJpZM4ZfxKW>
.
|
Sorry, fixed now! |
I have just done that. However, it has a strange error, which is 'unrecognized arguments: batch'. I don't understand why this argument may have problems. |
@overexposed for me working fine. Sorry i tried to solve your problem. but no luck.:( |
It seems that the program does not understand the 'NORM=batch' argument, which is really strange. |
Oh, I fixed it. It is just because ${PRENET}\ in the above line should be ${PRENET} \ with a space.:) |
No description provided.
The text was updated successfully, but these errors were encountered: