Describe the bug
When I run mip-tester on the DWM model, the seq_length parameter is reported as negative.
To Reproduce
Steps to reproduce the behavior:
E.g., run mip-tester --model experiments/SerialRecallCommandLines/DWM/20190329_123610/models/model_best.pt --config configs/dwm_baselines/dwm/serial_recall.yaml
on any trained model
Desktop (please complete the following information):
OS: both MacOS and Ubuntu
Python version 3.7
PyTorch version 1.0
Additional context
The problem seems to occur when min_seq_length and max_seq_length are both above 127
Describe the bug When I run
mip-tester
on the DWM model, theseq_length
parameter is reported as negative.To Reproduce Steps to reproduce the behavior: E.g., run
mip-tester --model experiments/SerialRecallCommandLines/DWM/20190329_123610/models/model_best.pt --config configs/dwm_baselines/dwm/serial_recall.yaml
on any trained modelDesktop (please complete the following information):
Additional context The problem seems to occur when
min_seq_length
andmax_seq_length
are both above 127