Hi. Thanks for your help before and pointing me to this repo. I've been trying to run your project on my local machine for comparison purposes. I keep getting this error.
Traceback (most recent call last): File "evaluate.py", line 37, in <module> with open(config.prediction_filename, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: 'network/checkpoints/RNN_BLSTM_Attention-QALoader/100-100-256-5.00-53-2-256-1.00-42/argmax-predictions-1.json'
From my understanding, run_rnn.sh would train a model from the web_md dataset isn't it? Any help you can provide would be really appreciated.
Hi. Thanks for your help before and pointing me to this repo. I've been trying to run your project on my local machine for comparison purposes. I keep getting this error.
Traceback (most recent call last): File "evaluate.py", line 37, in <module> with open(config.prediction_filename, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: 'network/checkpoints/RNN_BLSTM_Attention-QALoader/100-100-256-5.00-53-2-256-1.00-42/argmax-predictions-1.json'From my understanding, run_rnn.sh would train a model from the web_md dataset isn't it? Any help you can provide would be really appreciated.