Yuri Natividade

Results 4 comments of Yuri Natividade

I got this error too. Tracing the log, the problem occurred on automaker.rb:37 when it tries to execute the line below: `xcrun --sdk iphoneos --show-sdk-path`. Running this line on terminal,...

Same error... - Windows 8.1 64 bis - Python 3.5 - TensorFlow 1.7.0 GPU - Numpy 1.14.2 - Cuda compilation tools, release 9.0, V9.0.176 CUDNN 7.0.5 Looks like the CTRL+C...

I solved with an alternative. Instead of using try:except: waiting the process to be aborted by ctrl+c, I changed the code to listen the keyboard. add the code at the...

Other alternative is to save the weights each step. Im using the report_step = 50, so each 50 step, the loop save the weight, in order to prevent to lose...