Skip to content

Commit ac12dea

Browse files
authored
Update modeling.py
1 parent 703867c commit ac12dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modeling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from torch import nn
3333
from torch.nn import CrossEntropyLoss
3434

35-
from pytorch_pretrained_bert.file_utils import cached_path,
35+
from pytorch_pretrained_bert.file_utils import cached_path
3636
WEIGHTS_NAME = 'pytorch_model.bin'
3737
CONFIG_NAME = 'config.json'
3838

0 commit comments

Comments
 (0)