adaptive-softmax-pytorch icon indicating copy to clipboard operation
adaptive-softmax-pytorch copied to clipboard

Adaptive Softmax implementation for PyTorch

Results 1 adaptive-softmax-pytorch issues
Sort by recently updated
recently updated
newest added

I got error as follows: File "text8.py", line 121, in train() File "text8.py", line 78, in train loss = criterion(output, Y_var) File "/opt/conda/envs/pytorch-py3.6/lib/python3.6/site-packages/torch/nn/modules/module.py", line 357, in call result = self.forward(*input,...