Merge pull request #9128 from luotao1/layer_function_generator

fix AttributeError: 'module' object has no attribute 'framework_pb2'
shanyi15-patch-2
Tao Luo 8 years ago committed by GitHub
commit 4f3b73ed97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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