Viewing a single comment thread. View all comments

yldedly t1_j4asn14 wrote

In my job, I solve almost everything with pre-trained model + a few hours of labeling + active learning.

5

AImSamy OP t1_j4asv88 wrote

And what do you use for deployment and making your models usable ?

3

yldedly t1_j4atech wrote

So far, mlflow + docker + torchserve has been enough. Soon I'll have to implement training, active learning and maintenance in the cloud as well, which will probably require more tools.

2