-
#### Issue Description
I have created and trained a TensorFlow Keras model in Python and saved it as _trained_model.h5:_
```
model = tf.keras.Sequential([hub.KerasLayer("https://tfhub.dev/googl…
-
Dot, as found here https://keras.io/layers/merge/#dot, and for legacy purposes "cos" merge mode in `Merge` layer.
-
While running demo.ipynb i get the below error:
Tensorflow version = 1.15.0
---------------------------------------------------------------------------
AttributeError T…
-
Conversion failed from saved model to onnx if the model use `tf.keras.layers.IntegerLookup` and `tf.keras.layers.Discretization`.
### System information
- Docker container: `nvcr.io/nvidia/tenso…
-
Hey!
I'm working on a model that uses custom capsule layers. I used custom_operations to convert it to onnx but not achieved. Anyone here converted multiple custom layers of keras to onnx? If so how?…
-
Keras 3 is a major new release. It features a number of cleanups and modernizations of Keras which leads to number of breaking changes compared to Keras 2.
The list below is exhaustive to the best …
-
### Issue Type
Documentation Bug
### Source
source
### Keras Version
keras-2.15.0
### Custom Code
No
### OS Platform and Distribution
Google Colab
### Python version
…
-
I am running this on windows(not in docker). I got the following error:
---------------------------------------------------------------------------
ModuleNotFoundError …
-
Hello, I have a MobileNetV2 That I am trying to use for image classification by means of transfer learning, although apparently seems to not work. Initially, I perform transfer learning on my model a…
-
Prior to filing: check that this should be a bug instead of a feature request. Everything supported, including the compatible versions of TensorFlow, is listed in the overview page of each technique. …