Open danielbellsa opened 2 years ago
I think it's because of this line
dblock = DataBlock(get_items=get_image_files(str(root), recurse=True),
get_items
should be a function which takes root as an argument and returns items. Whereas, here it's a list.
Goal: create a model using FastAI's
DataBlock()
.I want to create a
DataBrick()
based on documentation.I think 'L' object refers to fastcore.foundation.L type.
How can I fix this?
Error occurs on:
Traceback: