mimus-assa / APIAIS

Application Program Interface for Artificial Intelligence Systems
0 stars 1 forks source link

paralelize the data augmentantion via cpu or gpu #33

Open mimus-assa opened 3 years ago

mimus-assa commented 3 years ago

we need to decide the best way to do the data augmentation, this should be transform to a keras try? o we should use multithread procesing?

mimus-assa commented 3 years ago

review data augmentations for paralel procesign and then ask on stackoverflow

mimus-assa commented 3 years ago

https://github.com/zhixuhao/unet/blob/master/data.py this also could help