Aurora Blog
Home
Keras Request for out-of-core prediction
The story:I am facing an issue with large data that using model.predict + a result off-loading callback (to write the re...
2025-09-09 14:04:25
2442
Keras does Functional Model support "string" dtype for end-to-end pipelines?
As mentioned keras-team/keras-core#843, I was trying further modify the mlm-bert pipeline for keras-core with backend-ag...
2025-09-05 14:02:27
4589
Keras Possible label inconsistencies in CIFAR-10 dataset
While training a CNN model using CIFAR-10 via "keras.datasets.cifar10.load_data()", I noticed that some images seem to h...
2025-09-05 14:02:24
1972
Keras Model sharding fails due to early weight loading - OOM on large models
Issue: keras.distribution.ModelParallel with from_preset() causes OOM errors when loading models larger than single-devi...
2025-09-05 14:02:18
2108
Keras StringLookup does not work on torch.Tensor
keras.layers.StringLookup throws an error when calling on a torch.Tensor or a numpy array (although, both are supposed t...
2025-08-30 14:02:23
1169
Keras Mismatch on output_mode in func IntegerLookup
Bug IssueI found a mismatch on IntegerLookup between doc and its usage, the doc of IntegerLookup shows its description a...
2025-08-30 14:02:21
1667
Keras Add feature to extract_patches for volume data
In tensorflow, we can doa = tf.ones((1, 96, 96, 96, 4)) # add batch dim → (B, D, H, W, C)p = 4patches = tf.extract_vol...
2025-08-29 14:02:42
1271
Keras Discrepancy in ops.correlate for tensorflow
For the tensorflow backend, keras.ops.correlate does not match numpy outputs in mode='same' and mode='full'. The other b...
2025-08-29 14:02:36
3949
Keras Training performance degradation after switching from Keras 2 mode to Keras 3 using Tensorflow
I've been working on upgrading my Keras 2 code to just work with Keras 3 without going fully back-end agnostic. However,...
2025-08-22 14:02:41
3402
Keras Keras 3.7 Broke My Code
Hello Devs,I am trying to Impliment the Keras Deel:abV3 Segmentation https://keras.io/keras_hub/guides/semantic_segmenta...
2025-08-22 14:02:35
14831
Keras Compatibility issue between add_loss and TimeDistributed when using JAX backend
When using JAX backend with jit enabled, I am getting a TracerBoolConversionError when trying to use a custom layer with...
2025-08-22 14:02:22
1181
Keras 🚀OpenVINO Backend: GFIs for Further Development🚀
🚀A great opportunity to contribute to two popular AI projects with just one PR:: Keras 3 and OpenVINO.🚀 Keras 3 enables ...
2025-08-21 14:03:32
4139
Keras Input and Output layer name inconsistency with Keras' sequential model
Hi,I was working with sequential models using Keras 3, and I noticed that the output layer name of the current layer is ...
2025-08-20 14:04:25
1390
Keras OpenVINOKerasTensor does not implement the full expected API of KerasTensor
A variety of keras ops have paths that return objects of type OpenVINOKerasTensor. For exampleimport keras.ops as opsfro...
2025-08-18 14:01:24
1678
Keras BatchNormalization fails after Concatenation of masked Embeddings
Hi, I ran into an issue with BatchNormalization layers applied to concatenated embeddings:When utilizing Embedding layer...
2025-08-18 14:01:20
2713
Keras Fix the vocabulary_dtype in keras.layers.IntegerLookup()
Doc IssueThe doc of keras.layers.IntegerLookup() shows its description as below:https://github.com/keras-team/keras/blob...
2025-08-17 14:01:10
1976
Keras Implement DINOv3: Self-Supervised Vision Transformer as a Keras 3 Example
I am interested in contributing to Keras by implementing DINOv3 (Distillation with No labels v3), a state-of-the-art sel...
2025-08-17 14:01:08
1232
Keras TypeError with single-output dictionary targets - "Expected float32, but got my_output_0 of type 'str'"
Hi,I've stumbled across a bug that prevents me to use dictionaries for specifying targets when having single outputs. Fo...
2025-08-14 14:03:53
9248
Keras Performance bug on memory with func keras.layers.LSTMCell
Bug IssueI found a performance bug on memory with func keras.layers.LSTMCell, the doc of LSTMCell shows its description ...
2025-08-14 14:03:50
3292
Keras Is their a way to create custom tensor-like types in Keras (similar to torch.Tensor or tf.experimental.ExtensionType)
Hi !I’m wondering if there is currently any way to create a custom tensor type in Keras, similar to:torch.Tensor in PyTo...
2025-08-13 14:05:22
1466
上一页
下一页
1
2
3
4
5
6
7
.