AdvancedPhotonSource / tike

Repository for ptychography software
http://tike.readthedocs.io
Other
29 stars 15 forks source link

DOC: Add context to first likely out of memory error #195

Closed carterbox closed 2 years ago

carterbox commented 2 years ago

Purpose

Help users understand why they are running out of GPU memory.

Approach

Add a try-catch block around the first probably OutOfMemoryError and suggest increasing the number of batches which is the primary way to avoid running out of memory.

No tests needed because it's just documentation.

Pre-Merge Checklists

Submitter

Reviewer