From c555bff46310e8b8e18e362835f79552631f0689 Mon Sep 17 00:00:00 2001 From: tianxin Date: Thu, 18 Jul 2019 15:00:09 +0800 Subject: [PATCH] fix #212 test=develop --- BERT/run_classifier.py | 1 + 1 file changed, 1 insertion(+) diff --git a/BERT/run_classifier.py b/BERT/run_classifier.py index 5e724d8..fd0c592 100644 --- a/BERT/run_classifier.py +++ b/BERT/run_classifier.py @@ -21,6 +21,7 @@ import os import time import argparse import numpy as np +import subprocess import multiprocessing import paddle -- GitLab