Closed JoachimJaafar closed 3 years ago
This doesn't seem to be an issue with TransformerSum and the issue is being caused by pyarrow. Maybe you could try the steps suggested in this StackOverflow answer. If that doesn't work then try uninstalling pyarrow and reinstalling with both conda and pip.
Hi,
Here's the command I'm trying to run :
python main.py --mode abstractive --model_name_or_path bert-base-uncased --decoder_model_name_or_path bert-base-uncased --cache_file_path data --max_epochs 4 --do_train --do_test --batch_size 4 --weights_save_path model_weights --no_wandb_logger_log_model --accumulate_grad_batches 5 --use_scheduler linear --warmup_steps 8000 --gradient_clip_val 1.0 --custom_checkpoint_every_n 300 --gpus 0
My env :
Here's what I get :
I'm currently using Python 3.6.13.
Any help is welcome ! :)