Skip to content

Commit

Permalink
Feature/sg 1190 transfer learning cls notebook (#1587)
Browse files Browse the repository at this point in the history
* Update what_are_recipes_and_how_to_use notebook

* Improve notebook version check script and added what_are_recipes_and_how_to_use to the list of checked notebooks

* Move import of nbformat inside get_first_cell_content method

* updated readme

* updated readme with working link

* updated pip command

* install command fixed

---------

Co-authored-by: Eugene Khvedchenya <ekhvedchenya@gmail.com>
  • Loading branch information
shaydeci and BloodAxe committed Nov 2, 2023
1 parent c2821bb commit 24102a8
Show file tree
Hide file tree
Showing 3 changed files with 1,396 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sweeper_test:

# Here you define a list of notebooks we want to execute and convert to markdown files
# NOTEBOOKS = hellomake.ipynb hellofunc.ipynb helloclass.ipynb
NOTEBOOKS = src/super_gradients/examples/model_export/models_export.ipynb notebooks/what_are_recipes_and_how_to_use.ipynb
NOTEBOOKS = src/super_gradients/examples/model_export/models_export.ipynb notebooks/what_are_recipes_and_how_to_use.ipynb notebooks/transfer_learning_classification.ipynb

# This Makefile target runs notebooks listed below and converts them to markdown files in documentation/source/
run_and_convert_notebooks_to_docs: $(NOTEBOOKS)
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,8 @@ model = models.get("model-name", pretrained_weights="pretrained-model-name")
#### Transfer Learning
<table class="tfo-notebook-buttons" align="left">
<td width="500">
<a target="_blank" href="https://bit.ly/3xzIutb"><img src="./documentation/assets/SG_img/colab_logo.png" /> Classification Transfer Learning</a>
<a target="_blank" href="https://colab.research.google.com/github/Deci-AI/super-gradients/blob/master/notebooks/transfer_learning_classification.ipynb"><img src="./documentation/assets/SG_img/colab_logo.png" /> Classification Transfer Learning</a>
</td>
<td width="200">
<a target="_blank" href="https://bit.ly/3xwYEn1"><img src="./documentation/assets/SG_img/GitHub_logo.png" /> GitHub source</a>
</td>
</table>
</br></br>

Expand Down
1,394 changes: 1,394 additions & 0 deletions notebooks/transfer_learning_classification.ipynb

Large diffs are not rendered by default.

0 comments on commit 24102a8

Please sign in to comment.