repo_name
stringclasses
28 values
pr_number
int64
1.86k
122k
pr_title
stringlengths
5
204
author
stringlengths
3
58
git_commit_prev
stringlengths
40
40
git_commit_curr
stringlengths
40
40
date_created
stringlengths
25
25
date_merged
stringlengths
25
25
query
stringlengths
12
65.6k
context_file_path
stringlengths
6
233
label
int64
-1
1
language
stringclasses
5 values
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./examples/keras_io/vision/mnist_convnet.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/activations/activations.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/layers/convolutional/base_conv_transpose.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./guides/custom_train_step_in_jax.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/layers/rnn/bidirectional.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/backend/torch/random.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/utils/naming.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/layers/layer_test.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/legacy/preprocessing/image.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/backend/common/__init__.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/saving/saving_lib.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/backend/numpy/image.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/layers/reshaping/up_sampling3d.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/layers/preprocessing/discretization_test.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/regularizers/regularizers_test.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./benchmarks/layer_benchmark/reshaping_benchmark.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/layers/reshaping/zero_padding2d_test.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./examples/keras_io/tensorflow/vision/reptile.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./examples/keras_io/tensorflow/timeseries/eeg_signal_classification.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/optimizers/optimizer_test.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/backend/torch/rnn.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./examples/keras_io/structured_data/deep_neural_decision_forests.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/callbacks/tensorboard.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/testing/test_utils_test.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./guides/writing_a_custom_training_loop_in_jax.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/layers/convolutional/base_depthwise_conv.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./examples/keras_io/tensorflow/nlp/ner_transformers.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/layers/merging/__init__.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./examples/keras_io/tensorflow/audio/transformer_asr.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./examples/keras_io/vision/convmixer.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/layers/pooling/average_pooling3d.py
-1
python
keras-team/keras
18,974
Correct the Error description in cropping layer APIs
SuryanarayanaY
e51ecdd624518912128b070690ee94719b687332
fe2f54aa5bc42fb23a96449cf90434ab9bb6a2cd
2023-12-20 12:59:22+00:00
2023-12-21 06:10:46+00:00
Correct the Error description in cropping layer APIs. The cropping layer APIs like Cropping2D,Cropping3D and Cropping1D, have cropping parameter which should be smaller than the input(or image) size. This is validating like below. https://github.com/keras-team/keras/blob/4a4a139c7aada9f4495620e5a1c5f7ef20d84395/keras/layers/reshaping/cropping2d.py#L94-L102 But the error description above states cropping should be `greater` than input which actually should be `smaller` than input. Reference [gist](https://colab.sandbox.google.com/gist/SuryanarayanaY/b27ecffe8781337f36dafa35dc7c5791/cropping_exception_error.ipynb) for demo.
./keras/layers/core/embedding.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/losses/__init__.py
1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/losses/losses.py
1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/losses/losses_test.py
1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/ops/nn.py
1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/backend/tensorflow/nn.py
1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/backend/jax/nn.py
1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./examples/keras_io/tensorflow/vision/involution.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/applications/nasnet.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./examples/keras_io/vision/keypoint_detection.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/layers/merging/dot.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/trainers/data_adapters/data_adapter_utils.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/callbacks/learning_rate_scheduler_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/random/random_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/trainers/data_adapters/data_adapter.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/backend/common/backend_utils.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/distribution/__init__.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/testing/test_utils_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/utils/sequence_utils_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/backend/common/dtypes.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/utils/numerical_utils_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/applications/xception.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/callbacks/early_stopping_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/utils/code_stats_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/trainers/trainer_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/datasets/fashion_mnist.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./examples/keras_io/tensorflow/audio/uk_ireland_accent_recognition.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/models/cloning.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/layers/convolutional/conv1d.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/backend/numpy/core.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/optimizers/adafactor_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/trainers/compile_utils_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/layers/normalization/unit_normalization_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/layers/preprocessing/discretization_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/optimizers/adamw.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/datasets/reuters.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./examples/keras_io/vision/conv_lstm.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/utils/file_utils.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/layers/preprocessing/text_vectorization.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/layers/merging/merging_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/ops/__init__.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/ops/symbolic_arguments_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/layers/regularization/spatial_dropout.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/backend/torch/core.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./requirements-common.txt
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./examples/keras_io/tensorflow/vision/bit.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/ops/nn_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/legacy/saving/serialization.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/backend/torch/optimizers/torch_adagrad.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/mixed_precision/__init__.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/ops/math_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/backend/torch/math.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/optimizers/adadelta.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./examples/keras_io/vision/convmixer.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/layers/pooling/global_average_pooling1d.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/metrics/regression_metrics_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/ops/operation_utils_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/random/__init__.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/layers/pooling/average_pooling2d.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/utils/module_utils.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/datasets/boston_housing.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/utils/nest.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/callbacks/backup_and_restore_callback_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/layers/preprocessing/string_lookup_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/utils/audio_dataset_utils_test.py
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./shell/format.sh
-1
python
keras-team/keras
18,967
Add a CTC loss class / function
ctc
7972fcac7941de5b71b47a7209241b9682aa03f1
2fbc05db85513395637fadf21210cb8f199182fd
2023-12-19 14:46:35+00:00
2023-12-19 21:37:24+00:00
Add a CTC loss class / function.
./keras/optimizers/adam.py
-1
python
keras-team/keras
18,951
Add gradient accumulation support for all backends, and enable optimizer EMA for JAX and torch
gradient_accumulation
e45c1382c85c8b53676fcb40fc270c839e1690d8
c3d269b308b40314e8e128a7116a7f3fdf0ca212
2023-12-17 00:05:51+00:00
2023-12-18 23:21:51+00:00
Add gradient accumulation support for all backends, and enable optimizer EMA for JAX and torch.
./keras/backend/tensorflow/optimizer_distribute_test.py
1
python
keras-team/keras
18,951
Add gradient accumulation support for all backends, and enable optimizer EMA for JAX and torch
gradient_accumulation
e45c1382c85c8b53676fcb40fc270c839e1690d8
c3d269b308b40314e8e128a7116a7f3fdf0ca212
2023-12-17 00:05:51+00:00
2023-12-18 23:21:51+00:00
Add gradient accumulation support for all backends, and enable optimizer EMA for JAX and torch.
./keras/optimizers/base_optimizer.py
1
python