lucid/modelzoo/caffe_models/others.py [56:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  labels_path = 'gs://modelzoo/labels/ImageNet_standard.txt'
  synsets_path = 'gs://modelzoo/labels/ImageNet_standard_synsets.txt'
  dataset = 'ImageNet'
  image_shape = [224, 224, 3]
  is_BGR = True
  image_value_range = (-IMAGENET_MEAN_BGR, 255-IMAGENET_MEAN_BGR)
  input_name = 'input'
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lucid/modelzoo/caffe_models/others.py [96:102]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  labels_path = 'gs://modelzoo/labels/ImageNet_standard.txt'
  synsets_path = 'gs://modelzoo/labels/ImageNet_standard_synsets.txt'
  dataset = 'ImageNet'
  image_shape = [224, 224, 3]
  is_BGR = True
  image_value_range = (-IMAGENET_MEAN_BGR, 255-IMAGENET_MEAN_BGR)
  input_name = 'input'
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



