-
Couldn't load subscription status.
- Fork 835
Closed
Description
Our TFJob examples are using TensorFlow v1, but that version is too old.
- https://github.com/kubeflow/training-operator/blob/e2d6ba41d4d11eb333a80cb95a1c22a29e3da156/examples/tensorflow/tf_sample/Dockerfile#L1
- https://github.com/kubeflow/training-operator/blob/e2d6ba41d4d11eb333a80cb95a1c22a29e3da156/examples/tensorflow/dist-mnist/Dockerfile#L15
- https://github.com/kubeflow/training-operator/blob/e2d6ba41d4d11eb333a80cb95a1c22a29e3da156/examples/tensorflow/distribution_strategy/estimator-API/Dockerfile#L1
- https://github.com/kubeflow/training-operator/blob/e2d6ba41d4d11eb333a80cb95a1c22a29e3da156/examples/tensorflow/mnist_with_summaries/Dockerfile#L15
So, all TFJob examples should be adapted to TensorFlow v1.
Contributors should address the following items:
- Upgrade TensorFlow version in all Dockerfiles to v2
- Adapt training codes to TensorFlow v2 API
/good-first-issue
andreyvelich and tariq-hasan