dhlab-epfl / dhSegment

Generic framework for historical document processing
https://dhlab-epfl.github.com/dhSegment
GNU General Public License v3.0
370 stars 116 forks source link

Mulilabel limitation should be documented #59

Open tralfamadude opened 3 years ago

tralfamadude commented 3 years ago

Only 7 labels are supported and this is not documented. Since effort can be expended to prepare training data, finding out this limitation when running train.py is wasteful.

tralfamadude commented 3 years ago

This is misnamed due to a misunderstanding: should be "Classification limitation should be documented".

More detail: You can have up to 7 labels. If you define more than that, an error in assigning values to the model will make training fail.