File tree Expand file tree Collapse file tree 2 files changed +211
-220
lines changed Expand file tree Collapse file tree 2 files changed +211
-220
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,12 @@ Some of the code in this package are borrowed from Keras.
3232
3333 zoom
3434 zoom_multi
35+
3536 brightness
3637 brightness_multi
3738
39+ illumination
40+
3841 imresize
3942
4043 samplewise_norm
@@ -66,8 +69,6 @@ Some of the code in this package are borrowed from Keras.
6669 sequences_add_end_id_after_pad
6770 sequences_get_mask
6871
69- distorted_images
70- crop_central_whiten_images
7172
7273
7374Threading
@@ -126,6 +127,10 @@ Brightness
126127.. autofunction :: brightness
127128.. autofunction :: brightness_multi
128129
130+ Illumination
131+ ^^^^^^^^^^^^^^
132+ .. autofunction :: illumination
133+
129134Resize
130135^^^^^^^^^^^^
131136.. autofunction :: imresize
@@ -213,13 +218,3 @@ Add End ID after pad
213218Get Mask
214219^^^^^^^^^
215220.. autofunction :: sequences_get_mask
216-
217-
218- Tensor Opt
219- ------------
220-
221- .. note ::
222- These functions will be deprecated, see ``tutorial_cifar10_tfrecord.py `` for new information.
223-
224- .. autofunction :: distorted_images
225- .. autofunction :: crop_central_whiten_images
You can’t perform that action at this time.
0 commit comments