You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi
thanks for your good work and sharing your code.
when I run your code today, I found that there are some errors during the training. when I run the command "bash scripts/train.sh yc2 mart"
it gives me the error like the following:
File "/home/chenj0g/Desktop/mart/recurrent-transformer/src/utils.py", line 18, in load_json
with open(file_path, "r") as f:
IOError: [Errno 2] No such file or directory: '/home/chenj0g/Desktop/mart/recurrent-transformer/results/yc2_re_init_2021_01_03_15_09_03/model_tmp_greedy_pred_val_lang.json'
do you know how could I solve this problem?****
The text was updated successfully, but these errors were encountered:
hi
thanks for your good work and sharing your code.
when I run your code today, I found that there are some errors during the training. when I run the command "bash scripts/train.sh yc2 mart"
it gives me the error like the following:
File "/home/chenj0g/Desktop/mart/recurrent-transformer/src/utils.py", line 18, in load_json
with open(file_path, "r") as f:
IOError: [Errno 2] No such file or directory: '/home/chenj0g/Desktop/mart/recurrent-transformer/results/yc2_re_init_2021_01_03_15_09_03/model_tmp_greedy_pred_val_lang.json'
do you know how could I solve this problem?****
The text was updated successfully, but these errors were encountered: