Submitted by AImSamy t3_10bl27y in MachineLearning
yldedly t1_j4asn14 wrote
In my job, I solve almost everything with pre-trained model + a few hours of labeling + active learning.
AImSamy OP t1_j4asv88 wrote
And what do you use for deployment and making your models usable ?
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.
Viewing a single comment thread. View all comments