keras/keras_core/layers
Neel Kovelamudi 83636fc191 Small ops fixes for Torch unit tests (#316)
* Add PyTorch numpy functionality

* Add dtype conversion

* Partial fix for PyTorch numpy tests

* small logic fix

* Revert numpy_test

* Add tensor conversion to numpy

* Fix some arithmetic tests

* Fix some torch functions for numpy compatibility

* Fix pytorch ops for numpy compatibility, add TODOs

* Fix formatting

* Implement nits and fix dtype standardization

* Add pytest skipif decorator and fix nits

* Fix formatting and rename dtypes map

* Split tests by backend

* Merge space

* Fix dtype issues from new type checking

* Implement torch.full and torch.full_like numpy compatible

* Implements logspace and linspace with tensor support for start and stop

* Replace len of shape with ndim

* Fix formatting

* Implement torch.trace

* Implement eye k diagonal arg

* Implement torch.tri

* Fix formatting issues

* Fix torch.take dimensionality

* Add split functionality

* Revert torch.eye implementation to prevent conflict

* Implement all padding modes

* Adds torch image resizing and torchvision dependency.

* Fix conditional syntax

* Make torchvision import optional

* Partial implementation of torch RNN

* Duplicate torch demo file

* Small ops fixes for torch unit tests

* delete nonfunctional gpu test file

* Revert rnn and formatting fixes

* Revert progbar

* Fix formatting
2023-06-12 16:20:31 +00:00
..
activations Add DCGAN example. 2023-06-09 13:23:45 -07:00
attention Remove useless property from mha layer (#242) 2023-06-01 13:49:22 -07:00
convolutional Minor fixes + add conv subclassing example. 2023-06-10 15:23:02 -07:00
core Minor fixes + add conv subclassing example. 2023-06-10 15:23:02 -07:00
merging Merge branch 'main' of github.com:keras-team/keras-core 2023-06-06 10:48:45 -07:00
normalization Alternative implementation for BN var 2023-06-06 20:33:19 -07:00
pooling Merge branch 'main' of github.com:keras-team/keras-core 2023-06-01 18:49:07 -07:00
preprocessing Small ops fixes for Torch unit tests (#316) 2023-06-12 16:20:31 +00:00
regularization Store trainable and dtype on a layer persistently (#283) 2023-06-06 21:12:46 -07:00
reshaping Merge branch 'main' of github.com:keras-team/keras-core 2023-06-11 17:29:33 -07:00
rnn Merge branches 'main' and 'main' of github.com:keras-team/keras-core 2023-06-05 16:04:51 -07:00
__init__.py Add layers.serialize and layers.deserialize (#281) 2023-06-06 21:12:02 -07:00
input_spec.py Add some numpy ops (#1) 2023-04-12 11:31:58 -07:00
layer_test.py Allow training in any layer call instead of erroring out. (#291) 2023-06-08 13:15:47 -04:00
layer.py Allow training in any layer call instead of erroring out. (#291) 2023-06-08 13:15:47 -04:00