-
Hi there,
I'm getting an error everytime I want to generate the graph into the pdf file:
```
File "C:\Users\ngenne\Desktop\PRIVE-Deep-Learning\NIH\chest-xray\convnet_drawer\matplotlib_util.py…
-
Hi there,
Another error to declare:
```
File "C:\Users\ngenne\Desktop\PRIVE-Deep-Learning\NIH\chest-xray\convnet_drawer\pptx_util.py", line 63, in save_model_to_pptx
for feature_map in m…
-
## Description
I'm getting low TPR's with the NetHALOC. I trained the network with the original Dataset (Mediterranean) and made cross validation. Here are the results:
## Results
1. OriginalMod…
-
@fpodoo
Impacted versions: Checked in ver 13 and 15
Steps to reproduce: I am getting this issue just by writing the import statement
`from tensorflow.keras.preprocessing import image`
Cur…
-
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…
-
Hi,
Thank you for providing such a nice script to work with gender prediction. I am able to generate the gender_dataset.model file from my own dataset by using train.py. After generating the model,i…
-
**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…
-
From the examples/rate directory, if I do:
```
from mle_1g import build_model
model = build_model(25, 2)
json_data = model.to_json()
with open("model.json", "w") as f:
f.write(json_data)
…
-
I am trying to use the pretrained model from https://turkunlp.org/fin-ner.html / http://dl.turkunlp.org/turku-ner-models/combined-ext-model-130220.tar.gz
When using the newest version (in this cont…
-
## Bug Report
### System information
- **OS Platform and Distribution**: macOS
- **TensorFlow Serving installed from**: binary
- **TensorFlow version**: 2.14.1
### Describe the problem
We us…