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 4781270 commit 5876a83Copy full SHA for 5876a83
tensorflow_addons/image/tests/sparse_image_warp_test.py
@@ -309,6 +309,8 @@ def test_partially_or_fully_unknown_shape(
309
control_point_locations + control_point_displacements,
310
interpolation_order=interpolation_order,
311
num_boundary_points=num_boundary_points,
312
+ regularization_weight=0.0,
313
+ name="sparse_image_warp",
314
)
315
np.testing.assert_equal(output[0].numpy(), expected_output[0].numpy())
316
np.testing.assert_equal(output[1].numpy(), expected_output[1].numpy())
0 commit comments