fast-style-transfer
fast-style-transfer copied to clipboard
when training style.py, it got stuck, Help!
I try to train the model, but it shows as follows and then nothing happens. I don't know how to solve it, waiting for your kindly solution, Thanks
2019-03-01 10:41:08.289612: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2799980000 Hz
2019-03-01 10:41:08.293372: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x2798100 executing computations on platform Host. Devices:
2019-03-01 10:41:08.293420: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0):
The first print messages don't occur until the first checkpoint is written. Be patient, and be happy that it didn't just print the UID and then say it's done when it didn't train whatsoever.
I have the same problems as like UID=80 so what now I have do is just wait ?
Yep, just wait, it'll print the iterations when it has finished one
thanks a lot!it's very helpful for me!appreciate it !!!!!!!!!!!!!!!
I am facing the same issue. After waiting for 4 hours the training was still stuck! I was training style.py on google colab. The script was running smoothly the first time I ran style.py
I am running this on a 1080ti. Could I get some sort of print screen for what a successfully running train is? It has been sitting for awhile and I expected it to print of iterations as it went, but it is just sitting at UID.
@spot92
Try changing --checkpoint-iterations
to a lower value. It prints whenever it finishes that number of iterations
@spot92 Try changing
--checkpoint-iterations
to a lower value. It prints whenever it finishes that number of iterations
Thanks! How many iterations are in an epoch?