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
if i run python train.py --config conf/tutorial-gpt2-micro.yaml I get:
FileNotFoundError: [Errno 2] No such file or directory: '/scr/dlwh/runs/gpt2-small-d=dlwh/wikitext_103_detokenized-n=-1-g=-1-w=1+2022-10-12-10:05:18/gpt2-small-d=dlwh/wikitext_103_detokenized-n=-1-g=-1-w=1+2022-10-12-10:05:18.log'
The text was updated successfully, but these errors were encountered:
I'm also having strange issues where HF downloads immediately try to say I have no internet connection with the example script given on the repo page. The files prior all download, then it attempts a HF model for transformers and borks.
if i run
python train.py --config conf/tutorial-gpt2-micro.yaml
I get:FileNotFoundError: [Errno 2] No such file or directory: '/scr/dlwh/runs/gpt2-small-d=dlwh/wikitext_103_detokenized-n=-1-g=-1-w=1+2022-10-12-10:05:18/gpt2-small-d=dlwh/wikitext_103_detokenized-n=-1-g=-1-w=1+2022-10-12-10:05:18.log'
The text was updated successfully, but these errors were encountered: