fix AttributeError: 'module' object has no attribute 'framework_pb2'

shanyi15-patch-2
Luo Tao 7 years ago
parent 1e4c504e60
commit 8a3d7647d2

@ -16,10 +16,7 @@ import cStringIO
import functools
import warnings
from .. import proto
framework_pb2 = proto.framework_pb2
from ..proto import framework_pb2
from ..framework import OpProtoHolder, Variable
from ..layer_helper import LayerHelper

Loading…
Cancel
Save