We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8ee8e commit aa8a1bdCopy full SHA for aa8a1bd
image_processing/image_flipping.py
@@ -1,4 +1,5 @@
1
-
+import tensorflow as tf
2
+
3
def image_flipping(images):
4
"""
5
One technique of data augmentation
0 commit comments