简体   繁体   中英

Is there a way to combine 2 pretrained tensorflow Models?

I have trained a TensorFlow classification model. Same model with different loaded weights classifies different classes better.

Is it possible to combine same model with different weights to increase its performance?

Yes, you can combine both their results by averaging out the final logits. Then, finding the final classification.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM