-
Tried the following:
1. Train model (python) on Keras (TF 2.2) and saving the model as h5 - can't import [Exception: '**InvalidGraphDef**']
2. Freeze the above model and migrate to .pb file (simil…
-
Hi,
I'm trying to convert AdvancedEAST model "east_model_3T256.h5" to .pb file and get this error.
How can I solve it? Can you help @amir-abdi @anujanegi @AswathKiruba
Using TensorFlow backend…
-
- Using HyperparameterHunter with the recently released Keras version 2.3.0 raises metaclass conflict error, breaking Keras compatibility
- **TEMPORARY WORKAROUND: Use Keras 2.2.5**
## Error Trace…
-
Hi all,
I the following network
`import tensorflow as tf
from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import Dense, Dropout, LSTM, Bidirectional, TimeDistribut…
-
How can I train models in multiple GPUs on the same machine. Current generic tf solution for keras API is using `tf.distribute.MirroredStrategy()` like below:
```
strategy = tf.distribute.Mirror…
-
trying to use ISR on "Colab" results in the following error:
ModuleNotFoundError: No module named 'tensorflow.python.keras.engine.base_layer_v1'
from ISR.models import RDN
model = RDN(weights='no…
-
Hello, when I try to load a model which used a mobilenetv2 backbone:
model = tensorflow.keras.models.load_model(MobileNetModel.h5',compile=False)
I get this issue:
ValueError: Unknown layer: …
-
## Description
Hello, we try to use keras as the front-end to run Mxnet, but find several Mxnet crashes, we are not should if there is a real bug trigger by those model, so we collected the Execution…
-
Click to expand!
### Issue Type
Bug
### Source
binary
### Tensorflow Version
2.6
### Custom Code
Yes
### OS Platform and Distribution
Ubuntu 18.04
### Mobile device…
-
I added new features to the user model according to the method in the tutorial, but there are errors when using the same method to add new features to the item model. What is the reason, or how to add…