Open wsh506 opened 8 months ago
Hi, thank you for reading our work. We decided not to release the weights but I am happy to help you replicate it.
First, please check if you pulled the latest version, especially after the commit (https://github.com/arplaboratory/satellite-thermal-geo-localization/commit/84208d3751e4fad3319ba08ed7d9cc97be1d7f40) on Jan 13, which fix a critical bug that can degrade the performance.
Second, I noticed that your train batch size was increased from 4 to 12. I recommend using the batch size of 4 since it leads to more iterations per epoch for better performance. Using a batch size of 12 may require more epochs.
Finally, I have attached the wandb plot for your reference, which shows the training curve. You can compare it with your plots for debugging. Specifically, you should expect that recall1 is ~95 and recall5 is ~98 on the validation set.
Please let me know if you need more help with your replication.
Hi, Thanks for your impressive work. When I tried to reproduce this work, it was difficult to achieve the results reported in the paper. I experimented with the same configuration as the code. This is my training configuration:
This is the GPUs I'm using: 2x3090 24G
This is the evalation resualts:
Can you help me find where the problem is, or can you provide the best model weights to test for possible problems