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

out of memory problem #73

Open
cjf9028 opened this issue Aug 29, 2019 · 0 comments
Open

out of memory problem #73

cjf9028 opened this issue Aug 29, 2019 · 0 comments

Comments

@cjf9028
Copy link

cjf9028 commented Aug 29, 2019

i try to train new elmo model

use thins code

CUDA_VISIBLE_DEVICES=1 python -m elmoformanylangs.biLM train
--train_path data/korean.txt
--config_path configs/cnn_50_100_512_4096_sample.json
--model output/ko
--optimizer adam
--lr 0.001
--lr_decay 0.8
--max_epoch 10
--max_sent_len 20
--max_vocab_size 150000
--min_count 3

after maybe 30min this code suddenly killed

my graphic driver are 2 1080ti
first driver running other code is i type ' CUDA_VISIBLE_DEVICES=1'

how to solve out of memory problem?

and i has 128 ram

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