Skip to content

Commit

Permalink
resize sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ipranjal committed Sep 23, 2023
1 parent 817c3d5 commit 4ceaa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digits.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

test_sizes = [0.2]
dev_sizes = [0.1]
image_dimension = [8,6,4]
image_dimension = [8]

for dimension in image_dimension:
x_resize = scale_image(x,dimension)
Expand Down

0 comments on commit 4ceaa39

Please sign in to comment.