You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: