LukeB42

Results 2 issues of LukeB42

First of all thanks for open sourcing this. Issue is as follows: $ python3 test_nse.py Using Theano backend. Traceback (most recent call last): File "test_nse.py", line 5, in from nse...

The most recent PyTorch build requires the `dim` argument to be specified when using `torch.nn.functional.softmax`. I've specified the 0th dimension in both calls to `torch.nn.functional.softmax` within `pytorch_model.py` and get this...