Hi everyone,
Is there any skeleton project that can be used as a starting point for running experiments? Something that would use Wandb, Flower Simulation (Ray), and Hydra?
Hello @pedropgusmao !! I was at first tempted on pointing you towards our baseline template which does pretty much what you ask for (except the W&B part). The instructions for how to use the template are presented here.
However!! We are in the process of updating these (this month will happen) so they make use of the new logic and components in Flower.
For now, you could use the CLI command (install flower first):
flwr new
and it will guide you and create a project for you, simple but fully runnable right away via flwr run. You’ll see the instructions after running flwr new.