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
Traceback (most recent call last):
File "cli.py", line 584, in <module>
main()
File "cli.py", line 518, in main
results=iterative_run(dataprovider, eval_data, wrapper_config, train_eval_config, unlabeled_data, aug_data, output_dir=args.output_dir)
File "cli.py", line 248, in iterative_run
results=run(dataprovider, eval_data, wrapper_config, train_eval_config, output_dir, unlabeled_data, aug_data, save_unlabeled_logits=False)
File "cli.py", line 395, in run
wrapper = TransformerModelWrapper.from_pretrained(pattern_iter_output_dir)
File "/data/home/rkarimi/codes/fewshot/internship/fewshot/temp/FewNLU/fewnlu/wrapper.py", line 128, in from_pretrained
wrapper.config = wrapper._load_config(path)
File "/data/home/rkarimi/codes/fewshot/internship/fewshot/temp/FewNLU/fewnlu/wrapper.py", line 168, in _load_config
with open(os.path.join(path, CONFIG_NAME), 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/fsx/rkarimi/test/test1/p0/f0-i0/wrapper_config.json'
The text was updated successfully, but these errors were encountered:
Thanks for your attention. This is because the max step is too small and no checkpoints have been saved. Sorry that we did not realize this situation. Now we have added judgment to the code to avoid this failure mode. You can redownload it.
Hi
I am running this command
getting this error, thanks for your help
The text was updated successfully, but these errors were encountered: