Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin committed Aug 6, 2019
1 parent 8c03871 commit d024a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def collect_shapes(item, shapes):
pretrained=False, root='tests/data/model/',
**kwarg)
model.initialize()
model.hybridize()
# model.hybridize()
if kwarg['use_decoder']:
# position tensor is required for decoding
output = model(ones, ones, valid_length, positions)
Expand Down

0 comments on commit d024a0c

Please sign in to comment.