DingXiaoH / RepVGG

RepVGG: Making VGG-style ConvNets Great Again
MIT License
3.3k stars 433 forks source link

Question about training and inference models #116

Open hosytuyen opened 8 months ago

hosytuyen commented 8 months ago

Hi

Thank you for sharing your amazing work. I have a few questions and concerns:

  1. Is it true that the accuracy of the training model and the re-parameterized model (inference model) is the same? As the output is similar?

  2. Is it possible to fine-tune a VGG-like model on a different dataset using a pre-trained inference model, such as a very deep network like RepVGG-D2se? Is there a risk of vanishing gradients?

Thank you very much.