awd-lstm-lm
awd-lstm-lm copied to clipboard
Adaptive softmax fixes (#1)
- Majority of the code is Python 3 compatible
- Majority of the code runs on CPU if we don't have CUDA command line argument specified and no GPU available
- The pointer and finetune are now compatible with adaptive softmax
- The SplitCrossEntropy now correctly returns logprobs for cases where there are no splits
- ISSUES: finetune still does not work properly, so needs further investigations
Thanks for the contribution! Before we can merge this, we need @amirsaffari to sign the Salesforce.com Contributor License Agreement.