Comments

You must log in or register to comment.

oldkottor t1_j4aqp07 wrote

Having a training set is luxury. On my last job I encountered a lot of cases where people just expected to built a magic thing from unlabeled or yet ungathered data.

8

yldedly t1_j4asn14 wrote

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

5

[deleted] t1_j4asz0x wrote

Honestly I almost always use pretrained models as the initial state and train on top of it. Has worked wonders in accuracy

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