logicalclocks / maggy

Distribution transparent Machine Learning experiments on Apache Spark
https://maggy.ai
Apache License 2.0
90 stars 14 forks source link

Oblivious training function #112

Closed RiccardoGrigoletto closed 2 years ago

RiccardoGrigoletto commented 3 years ago

Unifies the expected training function for trial_executor and tf_executor. "Exploded parameters" for HPOs training function are dropped, instead of that the function has to pass: model, train_set, test_set, hparams. Another pull request will be done to update the notebooks both in this repo and in the Hops-example one.