I'm trying to convert fluid model to anakin, but I got an error in the very beginning. Hope you can help me.
Issue:
ERROR: flag 'logtostderr' was defined more than once (in files '/tmp/glog-20171216-78363-w0y7q0/glog-0.3.5/src/logging.cc' and '/Users/python2/yangjiabin/PR/Paddle/build/third_party/glog/src/extern_glog/src/logging.cc').
ps: /Users/python2/yangjiabin/... this is not my path.
Env:
laptop: MacOSX 10.12.6
fluid model: MobileNetV1: model+params (pretrained models of paddlepaddle official)
Anakin branch: developing (already up to date)
config.yaml:
OPTIONS:
Framework: FLUID
SavePath: ./model/mobilenet_v1/output
ResultName: MobileNetV1_fluid
Config:
LaunchBoard: ON
Server:
ip: 127.0.0.1
port: 6007
OptimizedGraph:
enable: ON
path: ./model/mobilenet_v1/output/MobileNetV1_fluid.anakin.bin
LOGGER:
LogToPath: ./model/mobilenet_v1/log/
WithColor: ON
TARGET:
CAFFE:
# path to proto files
ProtoPaths:
-
PrototxtPath:
ModelPath:
Remark: # Generally no need to modify.
FLUID:
# path of fluid inference model
Debug: NULL # Generally no need to modify.
ModelPath: /Users/xxx/MobileNetV1/fluid
NetType: # Generally no need to modify.
Any comments will be appreciated.
Thanks in advance!
I'm trying to convert fluid model to anakin, but I got an error in the very beginning. Hope you can help me.
Issue:
ps: /Users/python2/yangjiabin/... this is not my path.
Env: laptop: MacOSX 10.12.6 fluid model: MobileNetV1: model+params (pretrained models of paddlepaddle official) Anakin branch: developing (already up to date)
config.yaml:
Any comments will be appreciated. Thanks in advance!