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

Killed message on trying models.reg_lstm #70

Open
bikashg opened this issue Sep 30, 2020 · 1 comment
Open

Killed message on trying models.reg_lstm #70

bikashg opened this issue Sep 30, 2020 · 1 comment

Comments

@bikashg
Copy link

bikashg commented Sep 30, 2020

On executing this command:

python -m models.reg_lstm --dataset Reuters --mode static --batch-size 32 --lr 0.01 --epochs 30 --bidirectional --num-layers 1 --hidden-dim 512 --wdrop 0.1 --embed-droprate 0.2 --dropout 0.5 --beta-ema 0.99 --seed 3435,

I get the following response:

  0%|         | 0/3000001 [00:00<?, ?it/s]Skipping token 3000000 with 1-dimensional vector ['300']; likely a header
100%██████████████████| 3000001/3000001 [03:33<00:00, 14061.26it/s]
Killed

The process seems to have completed (shows 100%) but there is a Killed message at the end.

@achyudh
Copy link
Member

achyudh commented Sep 30, 2020

I've seen this happen in cases where there isn't enough system memory. Can you please check if that's the issue by monitoring memory usage?

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

2 participants