online-ml / deep-river

https://online-ml.github.io/deep-river/
BSD 3-Clause "New" or "Revised" License
117 stars 12 forks source link

Using fine-tuned model with deep_river #84

Closed alpcansoydas closed 4 months ago

alpcansoydas commented 1 year ago

Is it possible to use fine-tuned model with PyTorch and deep_river?

kulbachcedric commented 6 months ago

Hi @alpcansoydas yes you should be able to use fine tuned models. Just load them before you pass them to the river wrapper :-).

Best Cedric