awsaf49 / gcvit-tf

Tensorflow 2.0 Implementation of GCViT: Global Context Vision Transformer
MIT License
26 stars 5 forks source link

Convert code to multi-backend `Keras 3.0` #21

Open awsaf49 opened 1 year ago

awsaf49 commented 1 year ago

As keras is moving towards multi-backend, I believe this repo will also benefit from this feature. I will start working on it on a separate branch. Meanwhile, PR is welcome to convert the code to Keras 3.0. So far we may need to use keras_core for Keras 3.0.