Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed prepare samples to use Numpy array for X data (#65)
* Changed prepare samples to use np array for X The previous method, with a list, took too much memory. With the old method, using 20 GB worth of 1080p images, memory usage would exceed my computer's 16 GB. With the updated code it does not exceed 1 GB. Kind of solved this issue: #2 * Update utils.py Co-authored-by: Kevin Hughes <[email protected]> * Update with suggestions Co-authored-by: Kevin Hughes <[email protected]>
- Loading branch information