Skip to content

Commit

Permalink
Fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
surak committed Sep 18, 2024
1 parent f0bde34 commit 31d0804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 02-speedup-data-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ls -la

```bash
cd $HOME/course
git clone https://github.com/HelmholtzAI-FZJ/2024-06-course-Bringing-Deep-Learning-Workloads-to-JSC-supercomputers.git
git clone https://github.com/HelmholtzAI-FZJ/2024-08-course-Bringing-Deep-Learning-Workloads-to-JSC-supercomputers.git
```

---
Expand Down
2 changes: 1 addition & 1 deletion public/02-speedup-data-loading.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h2>Libraries</h2>
<h2>We need to download some code</h2>
<div class="sourceCode" id="cb2"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="bu">cd</span> <span class="va">$HOME</span>/course</span>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="fu">git</span> clone https://github.com/HelmholtzAI-FZJ/2024-06-course-Bringing-Deep-Learning-Workloads-to-JSC-supercomputers.git</span></code></pre></div>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="fu">git</span> clone https://github.com/HelmholtzAI-FZJ/2024-08-course-Bringing-Deep-Learning-Workloads-to-JSC-supercomputers.git</span></code></pre></div>
</section>
<section id="the-imagenet-dataset" class="slide level2">
<h2>The ImageNet dataset</h2>
Expand Down

0 comments on commit 31d0804

Please sign in to comment.