UGATIT icon indicating copy to clipboard operation
UGATIT copied to clipboard

Problems when run tensorflow prediction of .pb

Open DiMiTriFrog opened this issue 4 years ago • 2 comments

I have a saved model .pb create by code of the issues and the size is 1.12GB When I'm trying to load the saved_model I have a issue:

tensorflow.python.framework.errors_impl.NotFoundError: Op type not registered 'IteratorGetDevice' in binary running on MacBook-Pro.local. Make sure the Op and Kernel are registered in the binary running in this process.

I don't know why and what I have to do :S

DiMiTriFrog avatar Sep 18 '19 12:09 DiMiTriFrog