Skip to content

Commit

Permalink
update: yolo-nas colab
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 committed Aug 14, 2023
1 parent 45cea3b commit 400298d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions colabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
| 🧨 Dreambooth-Keras Train | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](http://wandb.me/db-keras-train) |
| 🧨 Dreambooth-Keras Inference | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](http://wandb.me/db-keras-inference) |
| 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) |

# 🏋🏽‍♂️ W&B Features

Expand Down
Binary file added colabs/super-gradients/assets/val-table.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions colabs/super-gradients/yolo_nas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,15 @@
"source": [
"trainer.train(model=net, training_params=train_params, train_loader=train_data, valid_loader=val_data)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Here's how the validation predictions look at the end of the training 👇\n",
"\n",
"![](./assets/val-table.gif)"
]
}
],
"metadata": {
Expand Down

0 comments on commit 400298d

Please sign in to comment.