-
Notifications
You must be signed in to change notification settings - Fork 229
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
Training time is too long #24
Comments
Same issue here. Compiling Tensorflow with SSE and AVX instructions as recommended seems to have improved the performance on my machine, but not significantly. |
I fixed it by removing |
Fixed it by removing |
I haven't changed anything in the code, but training time decreased dramatically after building Tensorflow myself, but now with the |
I'm training 17000 pictures on GCP compute engine.
Computer engine infomation:
CPU & Memory: n1-highmem-8 (8 vCPU,52 GB memory)
GPU: 8 x NVIDIA Tesla K80
Disk: 100G SSD
I've already executed the python3 watermarks.py --logdir=save/ until now.
but it has not completed yet. Is there any way to get faster?
The text was updated successfully, but these errors were encountered: