Skip to content

Commit

Permalink
remove deprecated width_zoom_range from lesson3
Browse files Browse the repository at this point in the history
  • Loading branch information
brchristian authored Jun 27, 2017
1 parent b9173ec commit 70f844f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeplearning1/nbs/lesson3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
"# which is the same order as matplotlib uses for display.\n",
"# Therefore when just using for display purposes, this is more convenient\n",
"gen = image.ImageDataGenerator(rotation_range=10, width_shift_range=0.1, \n",
" height_shift_range=0.1, width_zoom_range=0.2, shear_range=0.15, zoom_range=0.1, \n",
" height_shift_range=0.1, shear_range=0.15, zoom_range=0.1, \n",
" channel_shift_range=10., horizontal_flip=True, dim_ordering='tf')"
]
},
Expand Down

0 comments on commit 70f844f

Please sign in to comment.