|
|
|
|
|
by renchuw
864 days ago
|
|
Hi, OP here. It's not 10 times faster inference, but faster evaluation. You use evaluation on a dataset to check if your model is performing well. This takes a lot of time (might be more than training if you are just finetuning a pre-trained model on a small dataset)! So the pipeline goes training -> evaluation -> deployment (inference). Hope that explanation helps! |
|