-
Hi,
I'm trying to train my dataset for the Data Science Bowl 2018 competition and I'm having trouble. The loss is always NaN no matter what I try. I know that my data set is structured properly, as…
-
How this part should look using tensorflow backend?
https://github.com/divamgupta/image-segmentation-keras/blob/master/Models/FCN32.py#L82
```
o = (Reshape(( -1 , outputHeight*outputWidth )))(…
-
**System information**
- Custom Code: YES
- OS: SUSE Linux Enterprise High Performance Computing 15 SP5
- TensorFlow installed from: DOCKER (tensorflow/tensorflow:2.16.1-gpu-jupyter)
- TensorFlow …
-
## Bug Report
### System information
- **OS Platform and Distribution**: macOS
- **TensorFlow Serving installed from**: binary
- **TensorFlow version**: 2.14.1
### Describe the problem
We us…
-
Hello, thank you for sharing the source code of your work. I would like to understand this error related to annotation, which occurred across all the different models :
------------------------------…
-
Thanks for all the work you've done!
Any chance you have a suggestion for the following error?
F:\keras_to_tensorflow>python keras_to_tensorflow.py
--input_model="MobileNet.h5"
--output_model=…
-
I got this error while converting .h5 file to .pb file, but when BatchNormalizationV1 is removed while training the .h5 file is converted to .pb file successfully.
Keras version 2.2.4
Traceback …
-
**Describe the bug**
On Apple M1 using tensorflow-metal 2.6, predicting larger images (larger than ~1446 height/width) leads to results being cut off.
```python
import numpy as np
import te…
-
I downloaded keras weight file and call "model = tensorflow.keras.models.load_model('converted_keras/keras_model.h5')".
But it is not working with some error log.
I have a weight file when I downloa…
-
当我用vocabulary_path的方式做hash,如下:
VarLenSparseFeat(SparseFeat('short_item', vocabulary_size=100, embedding_dim=8,use_hash=True,vocabulary_path=index,dtype='int32',embeddings_initializer='uniform',
…