hedwig icon indicating copy to clipboard operation
hedwig copied to clipboard

Killed message on trying models.reg_lstm

Open bikashg opened this issue 4 years ago • 1 comments

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.

bikashg avatar Sep 30 '20 08:09 bikashg

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?

achyudh avatar Sep 30 '20 16:09 achyudh