Skip to content

Commit 6a4f391

Browse files
committed
update vision functional
1 parent 0790054 commit 6a4f391

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensorlayerx/vision/functional.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,6 @@ def random_affine(image, degrees, shift, zoom, shear, interpolation, fill):
674674
scale = 1.0
675675

676676
shear_x = shear_y = 0.0
677-
print(shear)
678677
if shear is not None:
679678
shear_x = float(np.random.uniform(shear[0], shear[1]))
680679
if len(shear) == 4:

0 commit comments

Comments
 (0)