Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DubiousCactus/bells-and-whistles
Browse files Browse the repository at this point in the history
  • Loading branch information
DubiousCactus committed Nov 2, 2024
2 parents 2925d99 + 55fc0c7 commit 9e7bce8
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,22 @@ _Suggestions are always welcome!_


<div align="center">
<img src="https://www.scss.tcd.ie/~moralest/nfpt-display.gif"> <!-- TODO: update -->
<i>Eyecandy display for your training curves in the terminal!</i>

<!--<img src="https://www.scss.tcd.ie/~moralest/nfpt-display.gif"> <!-- TODO: update -->
<div style="display: inline-flex; align-items: center;">
<!-- Video Thumbnail -->
<a href="https://www.youtube.com/watch?v=daKb4nshJE8" target="_blank" style="display: inline-block;">
<img src="https://img.youtube.com/vi/daKb4nshJE8/0.jpg" style="width: 30%; display: block;">
</a>

<!-- Play Button -->
<a href="https://www.youtube.com/watch?v=daKb4nshJE8" target="_blank" style="display: inline-block;">
<img src="https://upload.wikimedia.org/wikipedia/commons/b/b8/YouTube_play_button_icon_%282013%E2%80%932017%29.svg"
style="width: 50px; height: auto; margin-left: 5px;">
</a>
</div>

<i>Watch the short presentation video to learn more</i>
</div>
<br>

Expand All @@ -53,9 +67,11 @@ terminal (even through SSH sessions)!
Of course, [Weights & Biases](https://wandb.ai) is still integrated in Matchbox ;)

<details>
<summary>Video demo</summary> <!-- TODO: -->
<summary>Video demo</summary>
<video width="630" height="300" src="https://github.com/user-attachments/assets/4d0ad490-11e5-4831-a4e6-83c20f18c2ff"/>
</details>


### 2. A pragmatic PyTorch micro-framework

No more failed experiments due to stale dataset caches, no more spending hours
Expand Down Expand Up @@ -94,9 +110,11 @@ This builder feature allows PyTorch developers to:

And all of this graphically :)
<details>
<summary>Video demo</summary> <!-- TODO: -->
<summary>Video demo</summary>
<video width="630" height="300" src="https://github.com/user-attachments/assets/1c342221-6e40-4086-abe2-f3006d778058"/>
</details>


<h3><i>Core principles of Matchbox:</i></h3>

- Keep it DRY (Don't Repeat Yourself) and repeatable with
Expand Down

0 comments on commit 9e7bce8

Please sign in to comment.