ContEA
ContEA copied to clipboard
No such file or directory
Hello, when running the ZH-EN dataset, I encountered the following error. How can I fix it?
As the error info suggests, you should assign a path for argument '--load_path' in your command line.
I ran the script directly by executing "bash run.sh". I noticed that the "--load_path" parameter should be automatically set using the command "lastModel=ls ../saved_model/ | grep "${ds}_batch${last}" | tail -1". Why am I encountering this error?
I noticed that the folders batch1 and batch2 both generate the file credible_pairs, but starting from batch3, it is no longer present. Why is this happening?