Skip to content

Commit

Permalink
Merge branch 'master' into feature/SG-1189-update-notebooks
Browse files Browse the repository at this point in the history
# Conflicts:
#	Makefile
  • Loading branch information
BloodAxe committed Nov 2, 2023
2 parents 8a7361f + 24102a8 commit eb89af0
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/how_to_use_knowledge_distillation_for_classification.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 notebooks/how_to_use_knowledge_distillation_for_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 eb89af0

Please sign in to comment.