Can't have a Dataset lazily opening images
sgugger opened this issue · 4 comments
sgugger commented
Not too sure if the bug should be filed here on swift-apis or elsewhere, but I'm filing it here just so it's somewhere and tracked.
Currently, having a Dataset containing StringTensor
will cause a crash when we train to apply a function to open the associated images (lazily). It's a regression since v0.4. The bug occurs in notebook 08 of harebrain, I've put together a minimal reproducer here.
jkrukowski commented
hi @sgugger, like you provided is pointing to your localhost
sgugger commented
Oops, thanks for telling me, edited the link above.
bgogul commented
PRs that fix this issue:
#439
#446
fastai/fastai_dev#150
swiftlang/swift#26659
swiftlang/swift#26693
sgugger commented
Confirming the fixes work, thanks a lot!