Created
June 10, 2024 19:56
-
-
Save S0PEX/aa9edddaf03f7fe202a2cec593a71b24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/s0pex/anaconda3/envs/bert_377/bin/python /home/s0pex/Git/UzK/ICL/bertese/BERTese/seq2seq_experiment.py --output_dir ./output --model_type bert_emb_identity_seq2seq --model_name bert-large-uncased --num_train_epochs 100 --evaluate_during_training --do_eval_test | |
Traceback (most recent call last): | |
File "/home/s0pex/Git/UzK/ICL/bertese/BERTese/seq2seq_experiment.py", line 142, in <module> | |
_run_identity_exp(args) | |
File "/home/s0pex/Git/UzK/ICL/bertese/BERTese/seq2seq_experiment.py", line 94, in _run_identity_exp | |
model_type=args.model_type) | |
File "/home/s0pex/Git/UzK/ICL/bertese/BERTese/seq2seq_experiment.py", line 52, in lama_seq2seq_experiment | |
all_data = readers.read_all_data(args, data_path, datasets_file_name) | |
File "/home/s0pex/Git/UzK/ICL/bertese/BERTese/readers.py", line 184, in read_all_data | |
pickle.dump(all_data, open(os.path.join(data_path, datasets_file_name), "wb")) | |
FileNotFoundError: [Errno 2] No such file or directory: './BERTese/seq2seq/data/random_split/training_data.pkl' | |
Process finished with exit code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment