QTIM-Lab/DeepNeuro

Create more efficient patching practices for training data.

Opened this issue · 0 comments

Creating pre-patched datasets can take hours at certain dataset sizes. Here are some possible solutions:

  • Reimplement patch-extraction in Tensorflow, taking advantage of GPUs
  • Write data in bulk, instead of one patch a time