aws-samples / amazon-eks-machine-learning-with-terraform-and-kubeflow

Distributed training using Kubeflow on Amazon EKS
Apache License 2.0
79 stars 43 forks source link

Need to refactor Mask RCNN tutorial to separate training and testing Helm charts #61

Closed ajayvohra2005 closed 7 months ago

ajayvohra2005 commented 7 months ago

Currently, in the Mask RCNN tutorial, the testing Helm charts are nested within the training charts. This means, a testing GPU instance is used while training, whether or not testing is needed.

Need to refactor charts/maskrcnn/charts/jupyter and charts/maskrcnn-optimized/charts/jupyter into charts/maskrcnn-jupyter and charts/maskrcnn-optimized-jupyter, respectively.

After this refactoring, Training and Testing charts can be installed independently.