slideflow icon indicating copy to clipboard operation
slideflow copied to clipboard

Gaussian blur optimization [PyTorch backend]

Open jamesdolezal opened this issue 2 years ago • 0 comments

Feature

The Gaussian blur augmentation in the PyTorch backend differs slightly from the Tensorflow implementation, as it uses torchvision.transforms.GaussianBlur, requiring odd-numbered kernel sizes only. It is also much slower, with throughput on a 3960X / A100 system of 500 img/sec (compared to the Tensorflow implementation at 7000 img/sec).

Pitch

Optimization of the Gaussian Blur augmentation to improve image throughput.

jamesdolezal avatar Apr 06 '22 19:04 jamesdolezal