Browse Source

fix a bug in test code

tags/v0.4.10
Yige Xu 5 years ago
parent
commit
d15ad75d96
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/modules/decoder/test_bert.py

+ 1
- 1
test/modules/decoder/test_bert.py View File

@@ -3,7 +3,7 @@ import unittest

import torch

from fastNLP.models.bert import BertModel
from fastNLP.modules.encoder.bert import BertModel


class TestBert(unittest.TestCase):


Loading…
Cancel
Save