-
for train_index, test_index in kfold.split(B, y1):
print('train_index',train_index)
print('test_index',test_index)
train_index, val_index = train_test_split(
train_index, tes…
-
Hello, I would like to ask you about the code of the “From torchvision to tensorflow-lite” example in the readme file. When running, an error will be reported. When running your own onnx conversion, a…
-
**Describe the bug**
Saving trained `LSTMFCNRegressor` when enabling `attention=True` will raise errors.
Errors look like:
```
Traceback (most recent call last):
File "", line 1, in
File …
-
I sent the following issue [16495](https://github.com/keras-team/tf-keras/issues/631).
Following the advice, I encounter an incompatibility between keras.wrappers.scikit_learn and scikeras.
With k…
-
I have created a CustomModel using the subclass API
```python
class CustomModel(keras.Model):
def __init__(self, num_classes=10):
super().__init__()
self.num_classes = num_c…
-
- Loading model ...
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
[](https://localhost:808…
-
Hi. I cannot see that there is any documentation on which Keras versions are supported. I tried running with the latest versions as per today - Keras 3.1.1.
This gives the following exception.
…
-
**Is your feature request related to a problem? Please describe.**
The histograms of weights in the WandbCallback() are only taken when there are 1 or 2 weights in the keras Layer.
https://github.…
-
tried the example in notebook folder
(20, 3)
is_human heavy light
0 1 QVQ-LVQSGA-EVNKPGASVKVS…
-
When I run test.py. The error occur below.
File "test.py", line 4, in
from keras import backend as K
File "Keras-2.0.8/keras/__init__.py", line 4, in
from . import activations
Fil…