Skip to content

Commit aa8a1bd

Browse files
authored
Update image_flipping.py
1 parent 7b8ee8e commit aa8a1bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

image_processing/image_flipping.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
import tensorflow as tf
2+
23
def image_flipping(images):
34
"""
45
One technique of data augmentation

0 commit comments

Comments
 (0)