Invalid file: training_args.bin
Hello,
Great project :)
I believe I have everything set-up but when I run: python3 run_bert.py --do_data I get the following error:
Traceback (most recent call last):
File "run_bert.py", line 229, in
Shouldn't the training_args.bin file get created the first time it is run? If not, where does it come from? Thanks for your help and time!
@chmille3 my python version is 3.6 and torch version is 1.0.0,, it support pathlib.Path ,maybe you should use torch.save(args, str(config['checkpoint_dir'] / 'training_args.bin'))