We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bash train_gen.sh train_gen.sh: line 29: 3411753 Segmentation fault (core dumped) python main.py --version 2 --default_root_dir output --run train --max_epochs 100 --accelerator gpu --num_nodes 1 --num_data_workers 4 --lr 1e-4 --batch_size 11 --num_sanity_val_steps 0 --fast_dev_run 0 --overfit_batches 0 --limit_train_batches 1.0 --limit_val_batches 1.0 --limit_test_batches 1.0 --accumulate_grad_batches 10 --detect_anomaly True --data_path webnlg-dataset/release_v3.0/en --log_every_n_steps 100 --val_check_interval 1000 --checkpoint_step_frequency 1000 --focal_loss_gamma 3 --dropout_rate 0.5 --num_layers 2 --edges_as_classes 0 --checkpoint_model_id -1
Sorry, I have no idea why this could be a problem. linux, pytorch_lightning 1.8.5, pytorch 1.13 cuda 113, python 3.8
The text was updated successfully, but these errors were encountered:
Have the same problem in this google colab
installed the next py packages
!pip install torch==1.13 !pip install pytorch-lightning==1.8.1 !pip install nervaluate !pip install datsets transformers[sentencepiece] !pip install sentencepiece
Sorry, something went wrong.
No branches or pull requests
Sorry, I have no idea why this could be a problem.
linux, pytorch_lightning 1.8.5, pytorch 1.13 cuda 113, python 3.8
The text was updated successfully, but these errors were encountered: