danielbellsa
Results
2
issues of
danielbellsa
Goal: create a model using FastAI's `DataBlock()`. I want to create a `DataBrick()` based on [documentation][1]. I think 'L' object refers to [fastcore.foundation.L type][2]. How can I fix this? Error...
Goal: Override FastAI appending `models/` prefix and `.pth` suffix to the **weights** file path. Note: this behaviour does not happen to the **model** file path. How can I override this...