Commit Graph

567 Commits

Author SHA1 Message Date
Muhammad Anas Raza
fcda274b00 Convert to Keras Core: Token Learner (#528)
* Create token_learner.py

* Change tf_data and fix typos

* typo

* Fix Typo

* move to backend_agnostic
2023-07-18 14:19:11 -04:00
Sayed Qaiser Ali
336c6a042b Update symbolic_arguments.py (#513)
* Update symbolic_arguments.py

Added validations to __init__ function

* Update symbolic_arguments.py

Removed the # TODO as requested
2023-07-18 21:57:40 +05:30
Soumik Rakshit
8b2db523b2 update: ops.all operation 2023-07-18 13:16:51 +00:00
Muhammad Anas Raza
3622b8e07f Rename examples/keras_io/tensorflow/vision/autoencoder.py to examples/keras_io/vision/autoencoder.py (#524) 2023-07-18 01:04:05 -04:00
Muhammad Anas Raza
2c479df324 Convert to Keras_Core: Compact Convolutional Transformer (#523) 2023-07-18 01:01:51 -04:00
Muhammad Anas Raza
4853a0a6f1 Converted to Keras Core: A Vision Transformer without Attention (#497)
* Port ShiftViT to keras core

* remove empty spaces

* Reverted epochs
2023-07-17 17:13:28 -04:00
Francois Chollet
6e302074f1 Merge branch 'main' of github.com:keras-team/keras-core 2023-07-17 13:18:27 -07:00
Francois Chollet
95309adb6b Improve error message 2023-07-17 13:14:21 -07:00
Muhammad Anas Raza
82206929b5 Moving Timeseries anomaly detection technique to Framework agnostic solutions (#501) 2023-07-17 15:26:22 -04:00
Soumik Rakshit
19440d220d Port mirnet example to keras-core (#491)
* add: mirnet example ported to keras-core

* update: header

* update: set backend
2023-07-18 00:52:30 +05:30
Francois Chollet
16fc9cd173 Merge branch 'main' of github.com:keras-team/keras-core 2023-07-16 09:02:01 -07:00
Francois Chollet
ccb9db5b92 Docstring fixes. 2023-07-16 09:01:53 -07:00
Soumik Rakshit
15f3f41c4f Port zero-dce example to keras-core (#486)
* add: ported zero-dce example

* update: metrics

* update: date modified

* update: metrics plotting
2023-07-16 06:45:25 +05:30
François Chollet
7988a18f27 Make it possible to run Keras Core without TensorFlow. (#475)
* Make it possible to run Keras Core without TensorFlow.

* Update requirements
2023-07-13 19:41:04 -07:00
hertschuh
b06d1839e2 Added JAX distributed training guide. (#464) 2023-07-12 13:47:28 -07:00
Francois Chollet
f41817b345 Minor performance optimizations for eager. 2023-07-12 13:43:52 -07:00
Martin Görner
13caae7284 fixed order of parameters in stateless_apply in JAX distributed example (#458)
* added Jax distributed training exammple using a Keras model

* fixed file formatting

* fixed file formatting

* the order of arguments in stateless_appply has changed. Fixed example.
2023-07-12 13:47:00 +02:00
Francois Chollet
46b8fd2d6d Merge branch 'main' of github.com:keras-team/keras-core 2023-07-07 16:34:09 -07:00
Francois Chollet
76a225d370 Add some missing docstrings 2023-07-07 16:33:53 -07:00
hertschuh
6edbda4fe0 Fixes for the Torch distributed multi-GPU example and guide. (#431) 2023-07-07 15:08:00 -07:00
Francois Chollet
7f37477770 Minor fixes 2023-06-29 12:57:32 -07:00
Francois Chollet
df99beea51 Fix issues related to meta device + seed generator 2023-06-29 12:45:31 -07:00
Ian Stenbit
9911098dc8 Fix backwards compat for mixed precision API (#415)
* Make smart_resize and TFDataLayer visible in the public API

* Format

* Add mixed precision policy as well

* Review comments
2023-06-29 10:22:17 -06:00
Francois Chollet
bbe7c8aad0 Fix examples code style 2023-06-28 22:08:22 -07:00
Francois Chollet
08da564985 Namespace nit: operations -> ops 2023-06-28 15:36:45 -07:00
Francois Chollet
deeb4ad9ab Add JAX custom training loop guide. 2023-06-27 11:57:24 -07:00
hertschuh
0edec40b69 Add keras.io example "Involutional neural networks". (#398) 2023-06-23 12:40:05 -07:00
Martin Görner
6769821b1c added Jax distributed training exammple using a Keras model (#384)
* added Jax distributed training exammple using a Keras model

* fixed file formatting

* fixed file formatting
2023-06-22 18:44:27 +02:00
Francois Chollet
567e1aad53 Merge branch 'main' of github.com:keras-team/keras-core 2023-06-21 21:44:59 -07:00
Francois Chollet
e9d0e84281 Minor backwards compat fixes 2023-06-21 21:44:47 -07:00
divyasreepat
58a870eba8 Image classification with Vision Transformer - Converted to Keras Core by: @divyashreepathihalli (#388)
* added example- fixed imports, removed tfa,

* update docstring
2023-06-21 20:37:55 -07:00
divyasreepat
530a1572f4 MixUp augmentation for image classification - Converted to Keras Core by: @divyashreepathihalli (#386)
* added mixup example

* updated file extention

* remove tf version in docstring
2023-06-21 19:34:08 -07:00
divyasreepat
1fa5e2a600 Image classification with modern MLP models - Converted to Keras core by : @divyashreepathihalli (#368)
* add mlp classifier example

* remove tfaddons dependency, remove GELU and AdamW and replace with keras core optimizer isnstead

* review updates applied
2023-06-21 09:15:44 -07:00
divyasreepat
6b0cb5598a Update Perceiver image classification example (#369)
* added perceiver image classifier

* removed tfa dependency and replaced tfa LAMB optimizer and Input names

* modify comment in tutorial
2023-06-16 16:13:37 -07:00
divyasreepat
363e7ace2e added perceiver image classifier (#366) 2023-06-16 13:03:03 -07:00
divyasreepat
445c6fed9d added image captioning (#364) 2023-06-16 13:02:55 -07:00
Francois Chollet
f51709d41f Add model cloning API. 2023-06-13 22:02:29 -07:00
Francois Chollet
2a516c2e4b Revert changes to torch worfklow 2023-06-13 09:54:29 -07:00
hertschuh
b2fe70618f Add keras.io example "Classification using Attention-based Deep Multiple Instance Learning (MIL)". (#330) 2023-06-12 12:22:02 -07:00
Francois Chollet
0dc1025264 Merge branch 'main' of github.com:keras-team/keras-core 2023-06-11 17:29:33 -07:00
Francois Chollet
2978ae66f0 Delay implementation of export() due to issue in ExportArchive 2023-06-11 14:54:33 -07:00
Ramesh Sampath
ac938b1a63 Adds keras-io vision/oxford_pets_image_segmentation.py (#303)
* Add Oxford pets image segmentation

* Add Oxford pets image segmentation

* Change nearest to repeat for TF image resize

* Use repeat for nearest image resize

* Update UpSampling2D to use  for nearest interpolation
2023-06-11 23:47:00 +05:30
Ramesh Sampath
55452ad24c Add Keras-IO Example - Timeseries / Structured Data (#319)
* Adds Timeseries Transformer

* Add Colaborative filtering example
2023-06-11 23:45:32 +05:30
Francois Chollet
1bf05e4e28 Add FeatureSpace. 2023-06-10 19:28:03 -07:00
Francois Chollet
8227bffcc5 Minor fixes + add conv subclassing example. 2023-06-10 15:23:02 -07:00
Francois Chollet
b04bba2b00 Add DDPM example 2023-06-10 13:46:38 -07:00
Francois Chollet
06c28d2bdb Add 2 timeseries examples 2023-06-10 12:24:24 -07:00
Francois Chollet
e65a8c29b1 Add traffic forecasting example. 2023-06-10 12:00:08 -07:00
Francois Chollet
89e5669fab Reformat code examples. 2023-06-10 11:59:22 -07:00
Francois Chollet
f6cb396158 Merge branch 'main' of github.com:keras-team/keras-core 2023-06-10 11:58:52 -07:00