Skip to content

Commit

Permalink
reverting tfod tf image to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtehrani committed Dec 28, 2020
1 parent 16100f5 commit 4c14866
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ arguments:
visibility: internal

- name: tf-image
value: tensorflow/tensorflow:1.15.4-py3
value: tensorflow/tensorflow:1.13.1-py3
type: select.select
displayName: Select TensorFlow image
visibility: public
hint: Select the GPU image if you are running on a GPU node pool
options:
- name: 'TensorFlow 1.15.4 CPU Image'
value: 'tensorflow/tensorflow:1.15.4-py3'
- name: 'TensorFlow 1.15.4 GPU Image'
value: 'tensorflow/tensorflow:1.15.4-gpu-py3'
- name: 'TensorFlow 1.13.1 CPU Image'
value: 'tensorflow/tensorflow:1.13.1-py3'
- name: 'TensorFlow 1.13.1 GPU Image'
value: 'tensorflow/tensorflow:1.13.1-gpu-py3'

- name: dump-format
value: cvat_tfrecord
Expand Down

0 comments on commit 4c14866

Please sign in to comment.