Skip to content

Commit d229326

Browse files
committed
retrain logging bug
1 parent c4ee40a commit d229326

File tree

1 file changed

+1
-2
lines changed
  • image_recognition_tensorflow/src/image_recognition_tensorflow

1 file changed

+1
-2
lines changed

image_recognition_tensorflow/src/image_recognition_tensorflow/tf_retrain.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,7 @@ def _progress(count, block_size, total_size):
438438
filepath, _ = urllib.request.urlretrieve(data_url, filepath, _progress)
439439
print()
440440
statinfo = os.stat(filepath)
441-
tf.logging.info('Successfully downloaded', filename, statinfo.st_size,
442-
'bytes.')
441+
#tf.logging.info('Successfully downloaded', filename, statinfo.st_size, 'bytes.')
443442
print('Extracting file from ', filepath)
444443
tarfile.open(filepath, 'r:gz').extractall(dest_directory)
445444
else:

0 commit comments

Comments
 (0)