ImportError: No module named dump_v2_config
Created by: zhaofenqiang
I run the command python mnist_v2.py
following this guide.
And then encounter the error:
Traceback (most recent call last): File "merge_v2_model.py", line 17, in from mnist_v2 import network File "/home/zfq/Paddle/paddle/capi/examples/model_inference/dense/mnist_v2.py", line 24, in from paddle.utils.dump_v2_config import dump_v2_config ImportError: No module named dump_v2_config
Anyone know why? Many thanks!