-
Notifications
You must be signed in to change notification settings - Fork 77
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
Neuropod (v3.0.0-rc1) cannot be packaged through python #470
Comments
Also ask if we can complete the TensorFlow model packaging through C ++ API |
how to package a model for TensorFlow2.0 ,it does't have a session and static graph
|
See the installation docs that were linked from the release (https://neuropod.ai/docs/master/installing/). These are different than the There is now a single way to install backends regardless of what language they are being used from (Python, C++, C, Java, etc.).
Model packaging is currently only available from Python. Do you have a usecase where you're building a TF model in C++? (Inference works from all supported languages)
@vkuzmin-uber should be able to help with that |
@VivekPanyam Algorithm engineer after training complete model, the model will be stored in a particular file system, is not responsible for, a model based on neuropod packaging, if using neuropod as reasoning, the last is the package can be executed native model directly, if c + + can be packaged directly, can avoid the switch to the python repack cost @vkuzmin-uber If possible, the protocol specification of Neuropod Package can be opened so that users can more easily de-instrumentalize the package |
@VivekPanyam @vkuzmin-uber V How do you do reasoning with TensorFlow 2.0 based on Neuropod, using the Create Keras Neuropod encapsulation model |
We use workaround for now: TF.Keras:
Tensorflow
I investigated a little bit how to make it TF2 compatible w/o switching to V1. Will write here some ideas later. |
In neuropod2.0, we only need to install a dependency and package TensorFlow and Pytorch models through python,then run it
But the whl released by Neuropod (v3.0.0-rc1) only has the following
In addition, after compiling from the source code, I did not find all backends that conform to the compiled device, thus completing the local installation
The text was updated successfully, but these errors were encountered: