fix iris example to work with python3 (#19335)
iris.py did not work with python3 as urllib.urlopen is not in python3. Switched to urlretrive from six. Same was done in: tensorflow/examples/image_retraining/retrain.py
Loading
Please sign in to comment