You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
* Fixes#93
Instead of labels, file names were used for making label-to-class map.
* Fix label mapping in FilePathDataset __getitem__
* Cleanup label to class mapping code.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/PyTorchLightning/lightning-flash/blob/da6b6376dffe7e647782595f467450fbd9310f9d/flash/vision/classification/data.py#L68
The current implementation of FilepathDataset is giving wrong labels. It is creating a unique label for each file.
The text was updated successfully, but these errors were encountered: