-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't import any model using ImportGraphDef #39
Comments
The issues has been fixed in this commit: TensorFlow v1.x exported the models to a single .pb file, which is no longer supported in python Tensorflow v2.x. See: We also added a resnet demo to show how to import "SavedModel" folder from TF 2.0 here: This will be included as part of the up coming TF 2.3 release. Let me know if you want to give it a try and I can send over a development build. |
Is there a roadmap for TF 2.3 release? we're having a similar issue and we suspect it's related to requiring TensorFlow 2.3 We don't need an exact date.... but knowing if it's going to be a matter of weeks... or months, is critical for us. |
We should be releasing Emgu TF v2.3 in about 2 weeks. |
@emgucv Any update on TF v2.3 release? |
It will be delayed. We run into issues with the TF v2.3 GPU build: We are not able to get TF v2.3.0 to compile with CUDA 10.2 and DNN 8.0. The 2.3.0 release is also not able to compile with CUDA 11, the issue has been fixed in the TF master branch. We may have a release based on the TF master to get the GPU version working. |
Tried the following:
Is there's another way to import models?
The text was updated successfully, but these errors were encountered: