Skip to content

Commit

Permalink
Correct some errors in documentation for iamge generators
Browse files Browse the repository at this point in the history
  • Loading branch information
msschwartz21 committed Feb 16, 2019
1 parent eabd32a commit c54a23b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deepcell/image_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,8 @@ class ImageFullyConvDataGenerator(ImageDataGenerator):
- float: fraction of total width, if < 1, or pixels if >= 1.
- 1-D array-like: random elements from the array.
- int: integer number of pixels from interval `(-width_shift_range, +width_shift_range)`
- int: integer number of pixels from interval
`(-width_shift_range, +width_shift_range)`
- With `width_shift_range=2` possible values are ints [-1, 0, +1], same as with
`width_shift_range=[-1, 0, +1]`, while with `width_shift_range=1.0` possible values
are floats in the interval [-1.0, +1.0).
Expand Down

0 comments on commit c54a23b

Please sign in to comment.