mirror of https://github.com/kubeflow/examples.git
16 lines
295 B
Python
16 lines
295 B
Python
"""Test training using PytorchJob.
|
|
|
|
This file tests that we can submit the job from ksonnet
|
|
and that the job runs to completion.
|
|
|
|
It is an integration test as it depends on having access to
|
|
a Kubeflow deployment to submit the PytorchJob to.
|
|
|
|
TODO Implement tests
|
|
|
|
"""
|
|
|
|
|
|
def test_train():
|
|
pass
|