Object-Goal-Navigation icon indicating copy to clipboard operation
Object-Goal-Navigation copied to clipboard

Why is this module "Semantic Mapping "not trained?

Open Sky-railway opened this issue 10 months ago • 3 comments

Thanks for the work. Doesn't this module need training? in the main.py file:

Semantic Mapping

sem_map_module = Semantic_Mapping(args).to(device)
sem_map_module.eval()

Sky-railway avatar Apr 03 '24 03:04 Sky-railway

Hi I want to known what gpu you use to run this code, I tried to reproduce this code on 3090 but report "CUDA out of memory". I hope your question i solved as well!

wuyukun-tong avatar Apr 05 '24 03:04 wuyukun-tong

This is the mean that your total memory is not enough for running the code. what is the total memory of your 3090 GPU? My 3090 for running this code is equipped with dual 3090 graphics cards, each having 24GB memory. you can try to reduce the number of threads to run this code successfully.

zyjzxy9 avatar Apr 06 '24 10:04 zyjzxy9

thanks for your replay

---- Replied Message ---- | From | @.> | | Date | 04/06/2024 18:16 | | To | @.> | | Cc | @.>@.> | | Subject | Re: [devendrachaplot/Object-Goal-Navigation] Why is this module "Semantic Mapping "not trained? (Issue #28) |

This is the mean that your total memory is not enough for running the code. what is the total memory of your 3090 GPU? My 3090 for running this code is equipped with dual 3090 graphics cards, each having 24GB memory. you can try to reduce the number of threads to run this code successfully.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

wuyukun-tong avatar Apr 10 '24 12:04 wuyukun-tong