thomaskuestner / CNNArt

Automatic and reference-free MR artifact detection
Apache License 2.0
25 stars 17 forks source link

Memory consumption #43

Closed thomaskuestner closed 5 years ago

thomaskuestner commented 6 years ago

Implement dynamic data loading (DICOM) + patching + scaling to be processed in mini-batch training Have a look at the current loading, patching and scaling functions and modify them accordingly.

thomaskuestner commented 6 years ago

Following this idea from our segmentation toolbox, we can also set it up here: MemoryManagement.pdf @ywlhlm Can you take responsibility for that?

ywlhlm commented 6 years ago

Yes

thomaskuestner commented 5 years ago

solved with TFrecords integration