Restoring parameters from model take too much time
I see the below message and it take a long time , a occur sometime but it was so long. INFO:tensorflow:Restoring parameters from /home/shan/seq2seq/prepare_data/model_all/model.ckpt-4000
it seems endless
@312shan so how did you solve this problem? i am having the same issue
@NajeebTyson From the output log you can see it request a perl script for blue score, you can use bash command 'grep -r -n -i the_script_file_name' to locate the request python code and change it not to request the perl script in the remote.
I think this problem caused by my computer can't access google, so in that case vpn may also help.
can you show me your import model code?? i have a issue "The name 'hash_table' refers to an Operation not in the graph." thanks
@NajeebTyson From the output log you can see it request a perl script for blue score, you can use bash command 'grep -r -n -i the_script_file_name' to locate the request python code and change it not to request the perl script in the remote.
I think this problem caused by my computer can't access google, so in that case vpn may also help.
I have the same problem.Can you share something more details about how to modify the code?