-
Hi,
I recently upgraded from Keras 2 to Keras 3 and noticed some strange behavior when using a custom loss function with model.fit(). The model trains without throwing any errors, but the loss va…
-
**Description**
I am trying to use keras-nlp with a pretrained masked BERT model to predict some tokens in a sequence. However the model produces inconsistent results. Am I doing something wrong?
…
-
### Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please describe.…
-
## Issue description
Trying computing the model jacobian using a keras model returns zeros
## Code example
```python
import keras
import torch
model = keras.Sequential(
[keras.layers.De…
-
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
4
…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
2.16.1
### Custom code
Yes
### OS platform and distribution
Linux Ubu…
-
Hi I tried with prediction.ipynb.
But it said module 'keras.backend' has no attribute 'abs' when I tried to "from splinedist import fill_label_holes
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.15.1
### Custom code
Yes
### OS platform and dis…
-
Hi,
I trained The Binary Interaction Prediction task using my own data in CAMP_train_CV.py. Could you please provide the code for training The Peptide-Binding Residue Prediction task?
Thank you…
-
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…