github.com/kubeflow/training-operator@v1.7.0/examples/mxnet/tune/README.md (about) 1 [mx_job_tune_gpu_v1.yaml](mx_job_tune_gpu_v1.yaml) will pull sample image and run it. 2 3 In the sample image, [Apache TVM](https://tvm.apache.org/) and [Apache MXNet](https://mxnet.apache.org/) are pre-installed, you can check out the [Dockerfile](Dockerfile) to get some information. 4 5 There two customized scripts in the sample image, [start-job.py](start-job.py) and [auto-tuning.py](auto-tuning.py). 6 * [start-job.py](start-job.py) is a script tell you how to read the environment variable MX_CONFIG. 7 * [auto-tuning.py](auto-tuning.py) is a sample script of autotvm, which will tune a `resnet-18` network.