Linear Interpolation Warning
Receiving warning due to ignored assert in contrast/base/linear_interpolation
tf.debugging.assert_less_equal(batch_index[0], tf.shape(_padded_lookup)[0], message=f"Trying to lookup zeroth dimension index higher than provided" f"lookup map: {batch_index} not in {tf.shape(_padded_lookup)}")
Error is
W tensorflow/compiler/tf2xla/kernels/assert_op.cc:38] Ignoring Assert operator StatefulPartitionedCall/linear_interpolation_lookup/assert_less_equal/Assert/Assert
Occurs once per loop(TR), so it is spammed out until the window is full...
Edited by Charles McGrath