Julien Vignoud

Results 39 comments of Julien Vignoud

There seems to be something wrong with the image data loaders: connecting images (by group for lus_covid and by csv for mnist) results in an error (`Something went wrong on...

Yay we've done it! 🎉

WDYT of having a separate aggregator (or whatever may replace it) dedicated to the federated clients? Since they are always expecting a single update from the server and simply overwrite...

Hm as a user I would like to know how many epochs the model has been training so far (without having to do a multiplication and remember how rounds translate...

Just looking at the stack trace I don't know what's the error, will look into it when it becomes a priority.

#781 may allow more flexibility for preprocessing

> also, tell me if I missed smth but IMO finding the distribution (mean/stddev) of a dataset is inherently skewed, one would need to know the parameters over the whole...

I very much agree with that, the current data form really looks like users are uploading their data. We could also add something like a lock icon and a mention...

Would it be possible to still support the concept of epochs somehow? If I'm going to train a model on a dataset I will reflect in terms of epochs rather...

> the user can specify their round duration either in epochs (but that should allow fractional values such as 0.2) or in batches=steps. Yes! That's exactly what I meant >...