I’m getting user error at fine tunning:
ValueError: in user code:
File "<ipython-input-69-7457531635ed>", line 39, in train_step_fn *
losses_dict = model.loss(prediction_dict, true_shape_tensor)
File "/usr/local/lib/python3.7/dist-packages/object_detection/meta_architectures/ssd_meta_arch.py", line 874, in loss *
location_losses = self._localization_loss(
File "/usr/local/lib/python3.7/dist-packages/object_detection/core/losses.py", line 78, in __call__ *
target_tensor = tf.where(tf.is_nan(target_tensor),
ValueError: Shapes must be equal rank, but are 3 and 1 for '{{node Loss/Loss/Select}} = Select[T=DT_FLOAT](Loss/Loss/IsNan, concat_1, Loss/stack_2)' with input shapes: [0], [4,51150,4], [0].
Any help ?