-
I want to apply CNN with h5 model to this car camera.
So, I modified the code a bit and tried to use tensorflow.
I did "pip install tensorflow" and ran the code, but an error occurred saying that te…
-
Hello! Thanks for providing such a cool repo. Just a question about the version of Tensorflow to be used. In the requirements.txt file it's >=1.3.0, in the readme/front page it states 1.13.1. Which ve…
-
We are obligated to provide assignments in TensorFlow in Coursera (but we can provide PyTorch versions in addition to TF).
That said, our TF notebooks are designed for TF v1 (latest version is 1.15…
dniku updated
4 years ago
-
I have trained some models in Tensorflow 2.16 / Keras 3 and inference works in a normal python process. It appears to load successfully in Triton but fails upon inference with the following error logs…
-
The switch from Keras 2 to Keras 3 in Tensorflow 2.16 apparently breaks `tf2onnx`:
```python
import tf2onnx
...
onnx_model, _ = tf2onnx.convert.from_keras(model)
# AttributeError: ... object has …
-
I get an error running the model, I think it could be related to using a different Tensorflow version. The error I get is:
`Dimension 1 in both shapes must be equal, but are 44 and 30. Shapes are […
-
Do you think this would be reasonable to implement with Tensorflow as a [py_func op](https://www.tensorflow.org/api_docs/python/tf/py_func)? I think it's reasonable to assume it would be worth creatin…
-
I want to deploy the final model for production.
Tensorflow has an example to do this for inception model.
do you have any idea what all changes need to be made to do serving for show and tell model…
-
Looks like the implementation of this project is by python 2.7. Im facing issues in installing tensorflow. Am i right with the version of python?
-
Is anyone interested in having the same feature set available in TF?
I'm considering implementing at least implicit matrix factorization in TF, want to know if it's worth making PRs or not.