issues Search Results · repo:keras-team/keras language:Python
Filter by
12k results
(113 ms)12k results
inkeras-team/keras (press backspace or delete to remove)When using the Discretization layer in tensorflow backend you get a different output when calling in graph mode
(model.predict() below) as opposed to eager mode.
Keras version: 3.10.0 Tensorflow version: ...
type:Bug
takumiohym
- Opened yesterday
- #21468
Hi! I have stumbled upon a pretty annoying issue when training a model using tf.distribute.MirroredStrategy.
Fundamentally, after a certain number of steps in each epoch, all metrics go nan , but the ...
type:Bug
gianlucasama
- 3
- Opened yesterday
- #21467
I m trying to extend keras.ops.searchsorted to work on 2D tensors. Natively it supports 1D only, and the error message
suggests to use vectorized_map. However this throws an error because searchsorted ...
type:Bug
iezepov
- 2
- Opened yesterday
- #21465
The LambdaCallback docstring states arguments are positional:
https://github.com/keras-team/keras/blob/22ab5a33484cf9a39e7a07f24ddfb2072f0da698/keras/src/callbacks/lambda_callback.py#L13-L18
but they ...
type:docs-bug
tomaz-suller
- 1
- Opened 2 days ago
- #21459
created this layer to monitor what s happening:
class ReportingConv1D(Conv1D): def call(self, inputs): print(f {inputs.dtype} {inputs.shape} {self.kernel.dtype}
{self.kernel.shape} {self.kernel.path} ...
type:Bug
pumpnineteen
- 4
- Opened 8 days ago
- #21448
Page:
https://www.tensorflow.org/api_docs/python/tf/keras/losses/SparseCategoricalCrossentropy
The first example no longer functions.
y_true = [1, 2]
y_pred = [[0.05, 0.95, 0], [0.1, 0.8, 0.1]]
# Using ...
type:Bug
bibhas2
- Opened 14 days ago
- #21426
I ve been playing around with Keras s built-in visualizations tool for a while and I feel like it could be improved a
lot. The current visualization system doesn t provide much information at a glance ...
stat:awaiting keras-eng
type:feature
Soontosh
- 2
- Opened 16 days ago
- #21421
Seems to be an issue with keras.ops.image.map_coordinates and TF backend. Seems to happen on both CPU and GPU.
details closed summary Versions /summary br TF: 2.19.0 Keras: 3.10.0 JAX: 0.5.2 PyTorch: ...
keras-team-review-pending
type:Bug
tristan-deep
- 1
- Opened 16 days ago
- #21420
The skip_mismatch flag when loading H5 weights is not respected unless by_name is also specified. Otherwise, it just
fails with an error:
ValueError Traceback (most recent ...
type:Bug
DLumi
- 1
- Opened 21 days ago
- #21404
import tensorflow as tf import keras from keras.src import ops
keras.backend.set_image_data_format( channels_first )
x = tf.zeros((3, 12, 224, 224))
output_upsampling_layer = keras.layers.UpSampling2D(size=(2, ...
type:Bug
tristandb8
- 5
- Opened 22 days ago
- #21401

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.