Skip to content

Commit

Permalink
fix representation problems
Browse files Browse the repository at this point in the history
  • Loading branch information
JiabinYang committed Aug 16, 2018
1 parent ee4e218 commit cc901a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 03.image_classification/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def load_image(file):
img = load_image(cur_dir + '/image/dog.png')

# inference
results = inferencer.infer({'pixel': img})

label_list = [
"airplane", "automobile", "bird", "cat", "deer", "dog", "frog", "horse",
Expand Down

0 comments on commit cc901a6

Please sign in to comment.