-
Trying to run a custom generator function with multithreading on Ubuntu 18.04 with a simple keras (version 2.2.4) model and reticulate (version 1.10), I get random `Error: C stack usage 459557818812 …
-
The base class `ggdModelDocumentation` can read characteristics from gingado, scikit-learn and keras models. But PyTorch and fast.ai models are not yet supported. Ideally this should be included.
-
```
Traceback (most recent call last):
File "/Users/peadarcoyle/anaconda/envs/py35/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
self.run()
File "/Users/peadarcoyle/an…
-
When I open run.ipynb in jupiter, in block 2 (In: 2) I have a message:
---------------------------------------------------------------------------
ImportError Traceba…
-
I am using keras-mxnet 2.1.6.1.
I trained a model on cifar10 data using densenet121 (code below). There is no issue in training. However if I load weights to continue the training or call predict,…
-
Platform : Windows 10
Python version: 3.7.9
Source framework with version: Caffe 1.x
Destination framework with version: keras (tensorflow 1.15)
Pre-trained model path: OpenPose Body 25 https:…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.11.0
### Custom code
Yes
### OS platform and dis…
-
Hi @mvaldenegro -
I returned to this repo to prepare some examples for a lecture series I am giving. When I went through your code, I stumbled to this line:
https://github.com/mvaldenegro/keras-unc…
-
Problem Description: Horovod with Spark - Job Not Distributing Across Worker Nodes
**Environment:**
Cluster Setup: 1 Master Node, 2 Worker Nodes
Software Versions:
Horovod: >= 0.19.0
TensorFl…
-
**Describe the bug**
Training a sparse model including an Masking Layer and an LSTM, and then stripping model with strip_pruning() produces models that handle the masking differently. This means the…