pytorch-nlp-tutorial-ny2018 icon indicating copy to clipboard operation
pytorch-nlp-tutorial-ny2018 copied to clipboard

PyTorch NLP tutorial, O'Reilly AI NYC 2018

Results 3 pytorch-nlp-tutorial-ny2018 issues
Sort by recently updated
recently updated
newest added

Test set section is currently looping over `dataloader` and it should be `dataloader_test`

Progress bar for the training counts nicely for the first epoch, but then spills over 100 into the next epoch. It doesn't look like there's a nice way of resetting...

**1.** About the third cell from the bottom, you have "labels" in there - to show the list of nationalities. However, labels variable is only defined in the cell below...