tensorflow/swift-apis

Can't have a Dataset lazily opening images

sgugger opened this issue · 4 comments

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.

hi @sgugger, like you provided is pointing to your localhost

Oops, thanks for telling me, edited the link above.

Confirming the fixes work, thanks a lot!