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 bf495cf commit ebb37e8Copy full SHA for ebb37e8
image_processing/image_cropping.py
@@ -1,3 +1,6 @@
1
+import tensorflow as tf
2
+
3
4
def image_cropping(images, central_fraction=0.75):
5
"""
6
One technique of data augmentation, applies to input tensor,
0 commit comments