Imdb lstm problem#12
Imdb lstm problem#12prabhuteja12 wants to merge 4 commits intofsschneider:developfrom prabhuteja12:develop
Conversation
|
That is great, thank you so much. I hope in a few days I have some time to merge it. I want to add a "contributors" section to the readme. Would it be okay with you if I added you (and possibly your co-authors) to this list? I want to make sure I properly acknowledge you for contributing. |
|
Sure., You can add me (@prabhuteja12) @florianmai as contributors. There seem to have been some checks failed. Should I send another pull request fixing them? |
|
Thanks, I will. |
|
Hi, |
Hi,
This pull request is to include the IMDb LSTM sentiment classification task (from https://arxiv.org/abs/1910.11758 )
I've added the dataset, network architecture, and I've tested it with the example code in the examples/runner_momentum_pytorch.py as a sanity check.