Linfeng-Tang / SwinFusion

This is official Pytorch implementation of "SwinFusion: Cross-domain Long-range Learning for General Image Fusion via Swin Transformer"
194 stars 20 forks source link

the different between net G ang net E? #41

Open thetashall opened 1 month ago

thetashall commented 1 month ago

net G ang net E have almost the same define. So why use net E extra?

Linfeng-Tang commented 1 month ago

Our code follows SwinIR. In fact, there is no difference between net G and net E. Thus, we can use net E (or net G) extra.