Commit Graph

6 Commits

Author SHA1 Message Date
Francois Chollet
1c102bd48c Merge branch 'main' of github.com:keras-team/keras-core 2023-05-23 15:46:37 -07:00
Chen Qian
7b38c23893 Add conv ops to torch backend (#206)
* Add pooling in torch backend

* Add torch pooling

* Add conv ops in torch

* fix tests

* fix error msg
2023-05-23 15:46:26 -07:00
Francois Chollet
ce1e8230d8 Merge branches 'main' and 'main' of github.com:keras-team/keras-core 2023-05-23 12:40:13 -07:00
Francois Chollet
8fdc3615fe Docstring fix 2023-05-23 12:40:00 -07:00
Aakash Kumar Nain
090112323c More resnet models (#208)
* add ResNet50 model

* add resnet to the models list for testing

* fix docctsrings

* add Resnet101, Resnet152, and blocks for v2

* add Resnet_v2 models

* add tests for resnets
2023-05-24 01:06:51 +05:30
Aakash Kumar Nain
d5493319b8 Add Resnet50 (#207)
* add ResNet50 model

* add resnet to the models list for testing

* fix docctsrings
2023-05-23 23:09:03 +05:30