-
Notifications
You must be signed in to change notification settings - Fork 55
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
Your GCP script #2
Comments
can you post the error you‘re getting. Seeing faces for your first fake is correct. This is using transfer learning (you can look it up on my youtube page and learn more about the technique there). Those faces get erased completely after a handful of ticks. |
Thank you very much for the great tutorial her is my error During handling of the above exception, another exception occurred: Traceback (most recent call last): Errors may have originated from an input operation. Original stack trace for 'GPU0/G_loss/G/G_synthesis/128x128/Conv1/Square': |
can you tell me what GPU you’re using, the CUDA version you’re running and what NVIDIA driver is running? |
I use workstation RTX 2080 Ti 11GB X1 and Ram is 128GM < ERROR CUDA RUN OUT OF MEMORY > |
First of all, much thanks and appreciation for your repo, your script for GCP setup worked like a charm.
Only issue is when I try to train a new model using a custom dataset, it errors about 20 minutes after the first tick. also seems to have initial sample fake outputs as human faces (my dataset isnt faces). Unsure if this is normal or if I am doing something wrong.
The text was updated successfully, but these errors were encountered: