Skip to content

Instantly share code, notes, and snippets.

View S0PEX's full-sized avatar
🏠
Moving to K8s 🐳

Artur Komaristych S0PEX

🏠
Moving to K8s 🐳
View GitHub Profile
/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 177, in read_all_data
trex_data = get_trex_data(args)
/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"))