Open ashleylew opened 2 years ago
How long does it take for the script to finish running?
It finishes within about a minute.
I've been comparing my files with the ones provided to see if my formatting is the problem, and I'm slightly confused by the train.combine_target and val.combine_target files. The train file appears to be the raw text followed by the binarized version, but the val.combine_target appears to be the valid.target and the synthetic data val.raw_target combined. According to the command given on this page it seems that it should be the two raw files combined, right?
I don't think that's my main problem, but wanted to clarify!
When using the decode_cnn.sh script (on my own dataset), the script finishes running, but the output files (bpe-test.txt and formatted-test.txt) are both empty. When I check the log file, I get this error:
This appears to be related to the error described in this issue (not the initial post but a few comments down), but the author said that this error shouldn't be a problem.
I also printed the keys of the state_dict dictionary and several that are similar to the error key, though somewhat different:
Wondering if there are any insights to why the generated files are empty? Thanks!!!