-
There is a problem:
TypeError: __init__() missing 1 required positional argument: 'target_shape'
and the code is:
```python3
model_store.add(Reshape(dims=(50,)))
```
dims???
I can't unders…
-
First, thank you for the great project!
Consider this code
```python
from keras.layers import Input, Masking
encoder_inputs = Input(shape=(10,), name='encoder_input')
encoder_masking = Maskin…
-
Traceback (most recent call last):
File "/content/MaskRCNN/custom.py", line 187, in
model = modellib.MaskRCNN(mode="training", config=config,
File "/content/MaskRCNN/mrcnn/model.py", line …
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tf 2.17.0
### Custom code
Yes
### OS platform and …
-
Please make sure that this is a feature request. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature …
-
TLDR; as of Keras 3.5 training a functional model with multiple outputs, when passing loss and y_true as dicts, is broken. Seems like tree.flatten is re-ordering entries in the y_true dict.
Keras v…
-
Hi, thanks a lot for this project!
I tried to test it and I can't run `app.py`.
I get the following error:
```
lego-detector % python3 app.py
Traceback (most recent call last):
File "/Users/…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.15
### Custom code
Yes
### OS platform and distribution
Linux Ubun…
-
Hello there!
I am trying to run the example from the tutorial but I get this error when trying to fit the model by running `fit_vae()` command, I am getting the error
Error in UseMethod("compil…
-
I'm getting
```
2024-09-22 12:27:06.399885: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical opera…
eroux updated
2 months ago