未验证 提交 fa24f823 编写于 作者: L littletomatodonkey 提交者: GitHub

Merge pull request #310 from littletomatodonkey/dyg/fix_export

fix export model
......@@ -13,6 +13,11 @@
# limitations under the License.
import argparse
import os
import sys
__dir__ = os.path.dirname(os.path.abspath(__file__))
sys.path.append(__dir__)
sys.path.append(os.path.abspath(os.path.join(__dir__, '..')))
from ppcls.modeling import architectures
from ppcls.utils.save_load import load_dygraph_pretrain
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册