T.S. Jayram
T.S. Jayram
**Describe the bug** The YAML loading can potentially be harmful, as seen in the run below. Applies to all scripts that use it. > /Users/jayram/Projects/mi-prometheus/miprometheus/utils/param_interface.py:283: YAMLLoadWarning: calling yaml.load() without Loader=......
**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...
**Describe the bug** When I use `torch.nn.functional.sigmoid` and `torch.nn.functional.tanh` I get warnings that they are deprecated and to use `torch.sigmoid` and `torch.tanh` instead. Apparently, this is because tensors and variables...