Spaces:
Running
Running
fix(build): fixing imports
#13
by CarolinePascal HF Staff - opened
app/src/content/chapters/folding/06-training.mdx
CHANGED
|
@@ -2,8 +2,13 @@ import Note from "../../../components/Note.astro";
|
|
| 2 |
import Sidenote from "../../../components/Sidenote.astro";
|
| 3 |
import Accordion from "../../../components/Accordion.astro";
|
| 4 |
import Wide from "../../../components/Wide.astro";
|
|
|
|
| 5 |
import HtmlEmbed from "../../../components/HtmlEmbed.astro";
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
## Training
|
| 8 |
|
| 9 |
Before talking about hyperparameters, one needs to understand what the trained model actually *is*: what it takes in, what it produces, and why those choices matter for cloth folding.
|
|
|
|
| 2 |
import Sidenote from "../../../components/Sidenote.astro";
|
| 3 |
import Accordion from "../../../components/Accordion.astro";
|
| 4 |
import Wide from "../../../components/Wide.astro";
|
| 5 |
+
import Stack from "../../../components/Stack.astro";
|
| 6 |
import HtmlEmbed from "../../../components/HtmlEmbed.astro";
|
| 7 |
|
| 8 |
+
import sarmEp300 from "../../assets/image/lerobot-data-collection_level2_final_quality3_ep300_progress.gif";
|
| 9 |
+
import sarmEp2500 from "../../assets/image/lerobot-data-collection_level12_rac_2_2026-02-08_1_ep2500_progress.gif";
|
| 10 |
+
import sarmEp2200 from "../../assets/image/lerobot-data-collection_level12_rac_2_2026-02-08_1_ep2200_progress.gif";
|
| 11 |
+
|
| 12 |
## Training
|
| 13 |
|
| 14 |
Before talking about hyperparameters, one needs to understand what the trained model actually *is*: what it takes in, what it produces, and why those choices matter for cloth folding.
|
app/src/content/chapters/folding/08-ablations.mdx
CHANGED
|
@@ -3,10 +3,6 @@ import Sidenote from "../../../components/Sidenote.astro";
|
|
| 3 |
import Wide from "../../../components/Wide.astro";
|
| 4 |
import Accordion from "../../../components/Accordion.astro";
|
| 5 |
import HtmlEmbed from "../../../components/HtmlEmbed.astro";
|
| 6 |
-
import sarmEp300 from "../../assets/image/lerobot-data-collection_level2_final_quality3_ep300_progress.gif";
|
| 7 |
-
import sarmEp2500 from "../../assets/image/lerobot-data-collection_level12_rac_2_2026-02-08_1_ep2500_progress.gif";
|
| 8 |
-
import sarmEp2200 from "../../assets/image/lerobot-data-collection_level12_rac_2_2026-02-08_1_ep2200_progress.gif";
|
| 9 |
-
import Stack from "../../../components/Stack.astro";
|
| 10 |
|
| 11 |
## Experiments
|
| 12 |
|
|
|
|
| 3 |
import Wide from "../../../components/Wide.astro";
|
| 4 |
import Accordion from "../../../components/Accordion.astro";
|
| 5 |
import HtmlEmbed from "../../../components/HtmlEmbed.astro";
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
## Experiments
|
| 8 |
|