ContEA icon indicating copy to clipboard operation
ContEA copied to clipboard

No such file or directory

Open mqEpiphany opened this issue 2 years ago • 3 comments

Hello, when running the ZH-EN dataset, I encountered the following error. How can I fix it? image

mqEpiphany avatar May 12 '23 03:05 mqEpiphany

As the error info suggests, you should assign a path for argument '--load_path' in your command line.

audreycs avatar May 12 '23 04:05 audreycs

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?

mqEpiphany avatar May 12 '23 05:05 mqEpiphany

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?

mqEpiphany avatar May 12 '23 06:05 mqEpiphany