seq2seq icon indicating copy to clipboard operation
seq2seq copied to clipboard

Restoring parameters from model take too much time

Open 312shan opened this issue 8 years ago • 5 comments

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

312shan avatar Nov 14 '17 13:11 312shan

it seems endless

312shan avatar Nov 14 '17 13:11 312shan

@312shan so how did you solve this problem? i am having the same issue

NajeebTyson avatar Feb 03 '18 12:02 NajeebTyson

@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.

312shan avatar Feb 05 '18 03:02 312shan

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

yiyele avatar Jan 10 '19 12:01 yiyele

@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?

qiaogh97 avatar Jul 01 '19 16:07 qiaogh97