Closed XueQZ closed 2 years ago
Hello!
Looking at the codebase, I think this refers to label-studio
Model Wrapper and not Baal
.
https://github.com/heartexlabs/label-studio-ml-backend/blob/master/label_studio_ml/model.py#L42
In any case, I was already in the process of writing a new tutorial on how to use Baal with HuggingFace on LabelStudio. I should be done by Monday.
Hi, I'm running into a strange problem when I use Baal in a Label-Studio ML backend. I am trying to retrofit pytorch_transfer_learning.py to fit a text classification task. Everything seems fine until I click the "start training" button, it raised a TypeError. Here is the error message:
And here is my code:
Did I miss something? I am using the latest release version of Baal and Label-Studio 1.6.0