Lightning-Universe/lightning-flash

ImportError: cannot import name 'Labels' from 'flash.core.classification'

bayesianist opened this issue ยท 1 comments

๐Ÿ› Bug

ImportError: cannot import name 'Labels' from 'flash.core.classification' (/usr/local/lib/python3.9/dist-packages/flash/core/classification.py)

To Reproduce

from flash.core.classification import Labels
Borda commented

@bayesianist can you pls share why do you expect that Labels shall be there?

I see only LogitsOutput``

class LabelsOutput(ClassesOutput):