Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#28 from jiweibo/elmo
Browse files Browse the repository at this point in the history
[ELMo] Fix for python2
  • Loading branch information
jiweibo authored Aug 10, 2020
2 parents 1581da7 + edd2f7d commit 84b684b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ELMo/infer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#coding: utf-8
from __future__ import print_function
import numpy as np
import paddle
import argparse
Expand Down

0 comments on commit 84b684b

Please sign in to comment.