Skip to content

Commit

Permalink
fixing import issue (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
parmeet authored Mar 24, 2021
1 parent 50bd1b3 commit e2e6085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/text_classification/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import torch
import sys

from torchtext.datasets import text_classification
from torchtext.experimental.datasets import text_classification
from torch.utils.data import DataLoader

from model import TextSentiment
Expand Down

0 comments on commit e2e6085

Please sign in to comment.