Skip to content

issues Search Results · repo:keras-team/keras language:Python

Filter by

12k results
 (78 ms)

12k results

inkeras-team/keras (press backspace or delete to remove)

Hi, I ran into an issue with BatchNormalization layers applied to concatenated embeddings: When utilizing Embedding layer with the mask_zero=True keyword argument, the created masks lead to an exception ...
type:Bug
  • tobiasharren
  • Opened 
    yesterday
  • #21581

Bug Issue I found a performance bug on memory with func keras.layers.LSTMCell, the doc of LSTMCell shows its description as below: https://github.com/keras-team/keras/blob/ce0d2788b76119bc778f3d094816b0a9fc2b9748/keras/src/layers/rnn/lstm.py#L27-L29 ...
type:Bug
  • ILCSFNO
  • Opened 
    yesterday
  • #21578

Hi ! I’m wondering if there is currently any way to create a custom tensor type in Keras, similar to: - torch.Tensor in PyTorch (subclassing Tensor) - tf.experimental.ExtensionType in TensorFlow ...
type:support
  • AyoubMDL
  • Opened 
    2 days ago
  • #21574

I am encountering a bug with ops.pad and the Tensorflow backend (I am using Keras 3.11.1 and Tensorflow 2.19.0., currently running on CPU). Below is a MWE, where I define a layer that applies zero padding ...
type:Bug
  • MathiesW
  • 1
  • Opened 
    2 days ago
  • #21573

Bug Issue I found a mismatch on IntegerLookup between doc and its usage, the doc of IntegerLookup shows its description as below: https://github.com/keras-team/keras/blob/4e1b250491627f871f6c82c0dcb577cc21093def/keras/src/layers/preprocessing/integer_lookup.py#L113-L115 ...
type:Bug
  • ILCSFNO
  • 1
  • Opened 
    6 days ago
  • #21564

Doc Issue The doc of mobilenet_v3 shows its description as below: https://github.com/keras-team/keras/blob/4e1b250491627f871f6c82c0dcb577cc21093def/keras/src/applications/mobilenet_v3.py#L91-L99 Which ...
  • ILCSFNO
  • Opened 
    7 days ago
  • #21562

Currently the SKLearnClassifier only exposes a predict method. At the moment the raw probabilities are used in the predict method like: # keras/keras/src/wrappers/sklearn_wrapper.py class SKLBase(BaseEstimator): ...
type:feature
  • divakaivan
  • 3
  • Opened 
    11 days ago
  • #21547

Description Hi, I am trying to build a custom keras model subclassing the keras.Model. It seems that if I add custom kwargs to the init function, this breaks the mechanism of automtically calling the ...
stat:awaiting response from contributor
type:Bug
  • smartArancina
  • 1
  • Opened 
    11 days ago
  • #21546

A variety of keras ops have paths that return objects of type OpenVINOKerasTensor. For example import keras.ops as ops from typing import reveal_type result = keras.ops.concatenate(...) reveal_type(result) ...
  • RyanSaxe
  • Opened 
    13 days ago
  • #21544

import os os.environ[ KERAS_BACKEND ] = torch import keras print(f Keras imported with {keras.backend.backend()} Backend , flush=True) keras.utils.set_random_seed(42) print(f Random seed set ) Only ...
type:Bug
  • chaudharyachint08
  • Opened 
    13 days ago
  • #21542
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub