We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0790054 commit 6a4f391Copy full SHA for 6a4f391
1 file changed
tensorlayerx/vision/functional.py
@@ -674,7 +674,6 @@ def random_affine(image, degrees, shift, zoom, shear, interpolation, fill):
674
scale = 1.0
675
676
shear_x = shear_y = 0.0
677
- print(shear)
678
if shear is not None:
679
shear_x = float(np.random.uniform(shear[0], shear[1]))
680
if len(shear) == 4:
0 commit comments