Skip to content

Commit 99506ff

Browse files
authored
Merge pull request #287 from visual-layer/dnth/timm-nb
TIMM Embedding notebook
2 parents bf2a70a + ea9ee81 commit 99506ff

File tree

3 files changed

+2594
-0
lines changed

3 files changed

+2594
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,43 @@ This notebooks in this section shows how you can load data from various sources
596596
> **Note**: We're happy to announce new features are out from beta testing and now available to the public, completely free of charge! We invite you to try them out and provide us with your valuable [feedback](https://visualdatabase.slack.com/join/shared_invite/zt-19jaydbjn-lNDEDkgvSI1QwbTXSY6dlA#/shared-invite/email)!
597597
598598
<table>
599+
<tr>
600+
<td rowspan="4" width="160">
601+
<a href="https://visual-layer.readme.io/docs/embeddings-timm">
602+
<img src="./gallery/timm_embeddings_thumbnail.jpg" width="200">
603+
</a>
604+
</td>
605+
<td rowspan="4">
606+
<b> 🧠 TIMM Embeddings:</b> Compute dataset embeddings using <a href="https://github.com/huggingface/pytorch-image-models">TIMM (PyTorch Image Models)</a> and run fastdup over the them to surface dataset issues. Runs on CPU and GPU.
607+
</td>
608+
<td align="center" width="80">
609+
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/embeddings-timm.ipynb">
610+
<img src="./gallery/nbviewer_logo.png" height="30">
611+
</a>
612+
</td>
613+
</tr>
614+
<tr>
615+
<td align="center">
616+
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/embeddings-timm.ipynb">
617+
<img src="./gallery/github_logo.png" height="25">
618+
</a>
619+
</td>
620+
</tr>
621+
<tr>
622+
<td align="center">
623+
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/embeddings-timm.ipynb">
624+
<img src="./gallery/colab_logo.png" height="20">
625+
</a>
626+
</td>
627+
</tr>
628+
<tr>
629+
<td align="center">
630+
<a href="https://kaggle.com/kernels/welcome?src=https://github.com/visual-layer/fastdup/blob/main/examples/embeddings-timm.ipynb">
631+
<img src="./gallery/kaggle_logo.png" height="25">
632+
</a>
633+
</td>
634+
</tr>
635+
<!-- ------------------------------------------------------------------- -->
599636
<tr>
600637
<td rowspan="4" width="160">
601638
<a href="https://visual-layer.readme.io/docs/getting-started">

0 commit comments

Comments
 (0)