keras icon indicating copy to clipboard operation
keras copied to clipboard

Deep Learning for humans

Results 682 keras issues
Sort by recently updated
recently updated
newest added

**System information**. - Have I written custom code (as opposed to using a stock example script provided in Keras): yes, but very simple case - OS Platform and Distribution (e.g.,...

type:bug/performance

**System information**. TensorFlow version (you are using): 2.8 Are you willing to contribute it (Yes/No) : No **Describe the feature and the current behavior/state**. Generalized Mean Pooling (GeM) computes the...

type:feature

**System information**. - TensorFlow version: 2.3.0 - CUDA version: 10.1 - GPU compute capability: 5.2 **Describe the problem**. I am running some code which repeatedly (every training iteration) calls layer.get_weights()...

type:support

It would be neat to have a utility to split datasets, somewhat similar to [this utility in sklearn](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html). Example: ```python train_ds, val_ds = keras.utils.split_dataset(dataset, left_size=0.8, right_size=0.2) ``` Draft docstring (missing...

type:feature
Contributions welcome

**System information**. - Have I written custom code (as opposed to using a stock example script provided in Keras): [https://colab.research.google.com/drive/1BD9G1o7CNxAaKKyihCKx0wa1zW-tmn0r?usp=sharing](https://colab.research.google.com/drive/1BD9G1o7CNxAaKKyihCKx0wa1zW-tmn0r?usp=sharing) - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): -...

type:bug/performance

I created a simple neural network for binary spam/ham text classification using pretrained BERT transformer. Now I want to apply randomized search for tuning the hyperparameters. For now the only...

type:support

Click to expand! ### Issue Type Bug ### Source binary ### Tensorflow Version 2.9.1 ### Custom Code No ### OS Platform and Distribution tensorflow/tensorflow Docker image ### Mobile device _No...

type:bug/performance

**System information**. TensorFlow version (you are using): 2.4.1 Are you willing to contribute it (Yes/No): No --- **Describe the feature and the current behavior/state**. Total 3 Feature Request, illustrated below....

type:feature
Contributions welcome

**System information**. - TensorFlow version (use command below): 2.8 - Environments: Colab ## Describe the problem I've written a model with sub-class API. In the model, I've used augmentation layers,...

type:bug/performance

**System information**. - Have I written custom code (as opposed to using a stock example script provided in Keras): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu...

type:bug/performance
Contributions welcome