Open Zumbalamambo opened 4 years ago
It throws the following error,
PlaceRecognition/hard_triplet_loss.py", line 139, in _get_triplet_mask valid_labels = i_equal_j * (i_equal_k ^ 1) RuntimeError: result type Long can't be cast to the desired output type Bool
Try to run the original repo's code. There are almost no changes except the heatmap of feature distances.
It throws the following error,
PlaceRecognition/hard_triplet_loss.py", line 139, in _get_triplet_mask valid_labels = i_equal_j * (i_equal_k ^ 1) RuntimeError: result type Long can't be cast to the desired output type Bool