when I exporting the model, I had added the PYTHONPATH, but there is a new error: from nets import inception_resnet_v2 ImportError: cannot import name inception_resnet_v2 is there any body know why ?
when I exporting the model, I had added the PYTHONPATH, but there is a new error:
from nets import inception_resnet_v2
ImportError: cannot import name inception_resnet_v2
is there any body know why ?