Viewing profile — jafermarq
jafermarq
HN member- Joined
- Wed, Dec 16, 2020, 6:39 PM UTC
- HN karma
- 8
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About jafermarq
No profile information was provided.
Recent public activity
-
comment
Comment #42920197
Do you mean this example? https://github.com/adap/flower/tree/main/examples/quickstart...
-
comment
Comment #42919915
Amazing to see the new docs page about Flower Network Communication: https://flower.ai/docs/framework/ref-flower-network-communic...
-
story
Show HN: Federation of robots collaboratively train an object manipulation model
This is a quickstart example using LeRobot and Flower that demonstrates how to train a diffusion model collaboratively across 10 individual nodes (each with its own dataset). This …
-
comment
Comment #38558383
In a world starving for GPUs, we need to start looking for alternatives. Luckily embedded processors keep getting both faster and cheaper -- making them a increasingly attractive f…
- story
-
comment
Comment #38296901
If the task requires labels yes. Alternatively, an auxiliary model (not part of the training) can generate pseudo labels and use those during training. A more general approach (for…
-
comment
Comment #38295072
Yes. The example uses Whisper-tiny which is 39M, a perfect match for the downstream task of keyword spotting. Just one line needs to be changed in the code to run a larger Whisper …
-
comment
Comment #38295037
yes. Finetuning a whisper model on a RPi 5 is ~2x faster than on the RPi 4. Other stages involving data pre-processing with HF dataset is again 2x-3x faster.
-
comment
Comment #38294883
yeah. with FL it should be possible to make sense out of all data that is distributed across devices without ever having to move it to a central location (i.e. collect it). In the …