Terraform and repetitions
In short
This release revamps the deployment on GKE with Terraform, making deployment a breeze. Furthermore, the dependency list is slimmed down from Kubeflow to only Kubeflow-training-operators. This alliviates the overhead on your cluster, as for example istio is now no-longer required for deployment.
For experiments, the orchestrator allows for running repetitions of experiments directly. This allows to describe an experiment file once (e.g. a distributed learning configuration), and run it multiple times in a single deployment.
What's Changed
- Terraform deployment by @JMGaljaard in #44
- 43 experiment replication by @JMGaljaard in #45
Full Changelog: v0.2.2...v0.3.0