Jijie Wu

Results 5 comments of Jijie Wu

The code is no problem running in my place. Shows that "NoneType" when loading a trained model is generally because the corresponding model is not found, please confirm whether the...

Our code runs on NVIDIA 2080Ti GPUs. In fact, for your case, just make sure that the model saved after training matches the model loaded during save_features and testing.

Hi! NavyasriElpula, I guess this error is caused by your modification, in fact 'topk_labels' is already a GPU Tensor, and we turned this to cpu in order to manipulate it...

Just change line 74 to self.query_shot = query_shot, and query_shot is 16 in all of our experiments.