-
Notifications
You must be signed in to change notification settings - Fork 37
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
No such file or directory: '../exps/data/bpecodes' #2
Comments
Hi! Sorry for the sparse documentation. You'll need to adjust paths in the
|
Hi @leod , thanks for your quick response! I tried it again and it shows up another error msg : Traceback (most recent call last): |
Have you started the docker container, i.e. the call here? If yes, please post the output from the docker container. You'll need to be careful with the I haven't adjusted the documentation to the paths from the pretrained model downloads, that's why a few changes in arguments are necessary here and there. |
Hi @leod , thanks for your detailed explanation, I tried to run it this command : docker run And it got the following error : 2019-09-23 02:03:17.271480: E tensorflow_serving/sources/storage_path/file_system_storage_path_source.cc:369] FileSystemStoragePathSource encountered a file-system access error: Could not find base path /trained-model-v1/export3-sample30/1555528919 for servable hncynic |
Hi, did you sovle this?I meet the same problem |
Hi, @leod thanks for your generous to provide the pertained model, I tried to run it and it tells the following errors, may I ask how could I solve it? thanks :
ERROR: StatusCode.INVALID_ARGUMENT I am wondering if there is a problem with the python version?Sorry i'm not sure |
Hi, thanks for your generous to provide the pertained model, I tried to run it and it tells the following errors, may I ask how could I solve it? thanks :
Traceback (most recent call last):
File "./client.py", line 119, in
main()
File "./client.py", line 110, in main
bpe_codes=args.bpe_codes)
File "./client.py", line 36, in init
with open(bpe_codes) as f:
FileNotFoundError: [Errno 2] No such file or directory: '../exps/data/bpecodes'
The text was updated successfully, but these errors were encountered: