VinAIResearch/ISBNet

question about the model test

minimini-1 opened this issue · 3 comments

@ngoductuanlhp
Hello, thanks for the great works!

I have some question about the testing a model on stpls3d datasets.
I'm using gpu with 24gb memory.

A cuda out of memory error occurs when running test.py through the setting in config.py. (batch size: 1, num_workers:16, fp16: Ture)
Did you have any idea to slove this problem?
Is it impossible to run with 24gb gpu memory?

Thank you.

I answered your question at #24 (comment) .
Thank you.

@ngoductuanlhp Hello, thanks for the great works!

I have some question about the testing a model on stpls3d datasets. I'm using gpu with 24gb memory.

A cuda out of memory error occurs when running test.py through the setting in config.py. (batch size: 1, num_workers:16, fp16: Ture) Did you have any idea to slove this problem? Is it impossible to run with 24gb gpu memory?

Thank you.

Hi, I've trained my model about the stpls3d dataset now, but I'm not sure how to test it, can you tell me these details about where to put the dataset and the command to test it?

@minimini-1,I would like to know how you style the test against the stpls3d dataset, can you elaborate on the procedure, thank you very much!