This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
ImageClassificationDataFrameInput
object has no attribute target_formatter
#1543
Labels
🐛 Bug
When I tried to make datamodule from dataframe, I get this error mesage
and I checked ImageClassificationDataFrameInput from here
from 160th line, you can see that there is "self.target_formatter" which is never mentioned in input.py except ImageClassificationDataFrameInput.
I think this part should be changed from "self.target_formatter" to "target_formatter"
The text was updated successfully, but these errors were encountered: