How to initialize encoders with AO and VO sets
arunm95 opened this issue · 1 comments
arunm95 commented
Hi, could you specify exactly how to initialize the AV encoders/decoders with the AO and VO trained models in the config file? I'm unclear on where to add those to the settings. Thanks!
smeetrs commented
Hi,
You will have to write a small separate code for reading the AO and VO weights files, picking the weights which you want and loading them in the AV model and finally saving them in an AV weights file. You can then initialize the AV model with this AV weights file while training.