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

학습 관련해서 질문이 있습니다. #6

Open
thispath98 opened this issue Nov 15, 2021 · 0 comments
Open

학습 관련해서 질문이 있습니다. #6

thispath98 opened this issue Nov 15, 2021 · 0 comments

Comments

@thispath98
Copy link

안녕하세요. NLP 공부하는데 많은 도움을 받고 있습니다.

Colab에서 해당 레포를 clone 해서 학습을 시켜보려고 했는데 문제가 발생하여 issue 남깁니다.

image

!python 3 run_squad.py로 실행을 할 경우, 약 9분동안 진행되다가 마지막과 같이 ^C와 함께 학습이 중지됩니다.

제 짧은 지식으로는 Keyboard Interrupt가 발생한 것 같은데, 제가 발생시키거나 환경을 재설정시킨 적은 없습니다.

약 5번 가량의 실습동안 위와 동일한 문제가 발생하여 남깁니다.

학습시에 사용한 파라미터는 아래와 같습니다.

!python3 run_squad.py --model_type kobert \
                       --model_name_or_path monologg/kobert \
                       --output_dir models \
                       --data_dir data \
                       --train_file KorQuAD_v1.0_train.json \
                       --predict_file KorQuAD_v1.0_dev.json \
                       --evaluate_during_training \
                       --per_gpu_train_batch_size 64 \
                       --per_gpu_eval_batch_size 64 \
                       --max_seq_length 512 \
                       --logging_steps 4000 \
                       --save_steps 4000 \
                       --do_train

참고로, 기본적으로 제공해주신 파라미터에서도 똑같은 문제가 발생하였습니다.

감사합니다.

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