awd-lstm-lm icon indicating copy to clipboard operation
awd-lstm-lm copied to clipboard

Adaptive softmax fixes (#1)

Open amirsaffari opened this issue 6 years ago • 1 comments

  • 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

amirsaffari avatar Jul 13 '18 17:07 amirsaffari

Thanks for the contribution! Before we can merge this, we need @amirsaffari to sign the Salesforce.com Contributor License Agreement.

salesforce-cla[bot] avatar Jul 13 '18 17:07 salesforce-cla[bot]