pesser / edflow

Reduce boilerplate code for your ML projects. TensorFlow and PyTorch.
https://edflow.readthedocs.io/
MIT License
24 stars 13 forks source link

Integration of wandb sweeps for parameter tuning #243

Open jhaux opened 4 years ago

jhaux commented 4 years ago

Wandb is already in use for logging, but there are a lot of useful features we are currently not supporting out of the box. Your project would be to make it easy for edflow users to do hyper parameter sweeps, that would potentially use wandb in the background.

jhaux commented 4 years ago

This would be a first step in the direction of #50.

jhaux commented 4 years ago

Implemented in #254