Skip to content

Commit

Permalink
Add example to fine-tune torchvision model with Keras (#457)
Browse files Browse the repository at this point in the history
* add: example to fine-tune torchvision model with Keras

* add: colab badge

* update: wandb.init

* update: torchvision + keras notebook

* update: timm + keras notebook

* fix: timm_keras notebook

* add: keras + monai example

* update: colab links

* update: torchvision + keras notebook

* update: torchvision + keras notebook

* update: torchvision + keras notebook
  • Loading branch information
soumik12345 authored Nov 10, 2023
1 parent 54b2de0 commit 920a054
Show file tree
Hide file tree
Showing 4 changed files with 1,779 additions and 1 deletion.
4 changes: 3 additions & 1 deletion colabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
| Kaolin-Wisp | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](http://wandb.me/vqad-colab) |
| Super Gradients | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](http://wandb.me/yolo-nas-colab) |
| 🎸 Generating music with AudioCraft | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/wandb/examples/blob/master/colabs/audiocraft/AudioCraft.ipynb) |

| 🦄 Fine-tune a Torchvision Model with KerasCore | [![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/wandb/examples/blob/master/colabs/keras/keras_core/torchvision_keras.ipynb) |
| 🦄 Fine-tune a Timm Model with KerasCore | [![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/wandb/examples/blob/master/colabs/keras/keras_core/timm_keras.ipynb) |
| 🦄 Medical Image Classification Tutorial using MonAI and KerasCore | [![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/wandb/examples/blob/master/colabs/keras/keras_core/monai_medmnist_keras.ipynb) |

# 🏋🏽‍♂️ W&B Features

Expand Down
Loading

0 comments on commit 920a054

Please sign in to comment.