Open Akhil-Raj opened 1 year ago
The issue seems to be in:
Warp() function in fastai.vision.augment
Thus the workaround: other augments works by creating custom_augments that does not include Warp.
Including Warp()
in custom augment gives same error.
https://github.com/fastai/fastbook/blob/823b69e00aa1e1c1a45fe88bd346f11e8f89c1ff/02_production.ipynb#LL929C5-L931C58
In the lines highlighted above(See the 'Code' tab of .ipynb), I was getting this error :
A temporary solution is also mentioned in the issue : https://forums.fast.ai/t/lesson-2-troubleshoot-macbook-m1-issue/105584
Is there any permanent solution to it?