-
Logs:
Here are the P instance specs, as indicated by rastervision:
Please let me know how to avoid this CUDA memory error. Here's the script of the experiment being performed:
Should I be reducing:
Also, how many epochs should I be using? Currently, I was about to use 200, but ran into the error. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Also, please suggest what code should I add to ignore the |
Beta Was this translation helpful? Give feedback.
-
Try reducing the |
Beta Was this translation helpful? Give feedback.
Try reducing the
img_sz
(chip_sz
can still be large). Reducingbatch_sz
can also help. You can also try to use a lighter model than the default DeepLabV3 (seeisprs_potsdam.py
).