Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It takes a long time to train semantic segmentation models #278

Open
moniec1717 opened this issue Oct 14, 2024 · 2 comments
Open

It takes a long time to train semantic segmentation models #278

moniec1717 opened this issue Oct 14, 2024 · 2 comments

Comments

@moniec1717
Copy link

Screenshot 2024-10-14 161459
when I train my own dataset (point clouds of bridges and roads), it takes 15h for just one epoch.
How can I improve my model? Which parameters should I change?
I have already tried changing the parameter stride and block_size, but it didn't work on my dataset.
Can anyone help me out, thanks a lot!

@kvta1
Copy link

kvta1 commented Oct 18, 2024

Are you training on GPU? You can increase batch_size

@moniec1717
Copy link
Author

Are you training on GPU? You can increase batch_size

I've adjusted the batch size, but no great improvement. I thought maybe the GPU wasn't being used, but after checking the code and seeing that my computer’s memory did use it, I'm not really sure where else things could be improved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants