microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.51k stars 4.29k forks source link

can't disable horizontal flipping when random cropping #2425

Open zhouyong64 opened 6 years ago

zhouyong64 commented 6 years ago

I want to do random cropping with cntk.io.transform while disabling horizontal flipping since my images ain't suited for it. However, horizontal flipping is automatically enabled when crop type is "random", which doesn't make sense for images such as audio spectrogram.

cha-zhang commented 6 years ago

Will fix this. Thanks!