gmberton / deep-visual-geo-localization-benchmark

Official code for CVPR 2022 (Oral) paper "Deep Visual Geo-localization Benchmark"
MIT License
186 stars 28 forks source link

A problem for training #14

Closed neil45853584 closed 1 year ago

neil45853584 commented 1 year ago

Hello! The following problems occurred during my training. No response for a long time, about a few hours. What caused this?

0853225678650485b48c2e505b3eb43

neil45853584 commented 1 year ago

Generally speaking, how many gigabytes of graphic memory can meet training requirements?

ga1i13o commented 1 year ago

GPU memory requirements can wildly vary based on the parameters that you specify. To reduce the memory footprint, you can:

With these little tweaks you can fit into as little as 2-3 GBs of memory

neil45853584 commented 1 year ago

Thank you! @ga1i13o I tried as you said, and it does work properly now.