Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locking issue with reference to GLUE dataset #3

Open
hemantrao01 opened this issue Aug 16, 2020 · 0 comments
Open

Locking issue with reference to GLUE dataset #3

hemantrao01 opened this issue Aug 16, 2020 · 0 comments

Comments

@hemantrao01
Copy link

wandb: Waiting for W&B process to finish, PID 3667
Traceback (most recent call last):
File "run_glue.py", line 365, in
main()
File "run_glue.py", line 207, in main
train_dataset = GlueDataset(data_args, tokenizer=tokenizer) if training_args.do_train else None
File "/home/PC/anaconda3/envs/self-training-mrc/lib/python3.7/site-packages/transformers/data/datasets/glue.py", line 102, in init
with FileLock(lock_path):
File "/home/PC/anaconda3/envs/self-training-mrc/lib/python3.7/site-packages/filelock.py", line 323, in enter
self.acquire()
File "/home/PC/anaconda3/envs/self-training-mrc/lib/python3.7/site-packages/filelock.py", line 271, in acquire
self._acquire()
File "/home/PC/anaconda3/envs/self-training-mrc/lib/python3.7/site-packages/filelock.py", line 384, in _acquire
fd = os.open(self._lock_file, open_mode)
FileNotFoundError: [Errno 2] No such file or directory: '/home/PC/Templates/collaborative-attention/GLUE_DIR/cola/cached_train_RobertaTokenizer_128_cola.lock wandb: Program failed with code 1. Press ctrl-c to abort syncing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant