remicres / otbtf

Deep learning with otb (mirror of https://forgemia.inra.fr/orfeo-toolbox/otbtf)
Apache License 2.0
161 stars 39 forks source link

Training a model, pre-trained with OTBTF? #80

Open HardRock4Life opened 2 years ago

HardRock4Life commented 2 years ago

Hello! Is it possible to train a pre-trained model, using OTBTF functionality? Could you please provide some hints on how to code it? Thank you!

remicres commented 2 years ago

Hi @HardRock4Life ,

Not sure to understand what you want to achieve. With the otb applications shipped with OTBTF, you can resume the training of a pre-trained model.

If you goal is to perform some fine-tuning with some frozen layers, then you have to code it yourself. In the next releases, we will add some examples of model training with keras + OTBTF from python.