mit-han-lab / efficientvit

EfficientViT is a new family of vision models for efficient high-resolution vision.
Apache License 2.0
1.6k stars 142 forks source link

What is the purpose of unset bn? How is its size calculated? #40

Open sanbuphy opened 8 months ago

sanbuphy commented 8 months ago

During training, I noticed that unset bn is performed after each training iteration. What is the purpose of this operation? Additionally, I would like to know how to decouple complex preprocessing steps from the distributed training framework. I am trying to convert the training of efficientvit to the Paddle framework, but I encountered some complex preprocessing steps. Could you provide me with some assistance and guidance in this regard? Thank you very much.