nagadomi / nunif

Misc; latest version of waifu2x; 2D video to stereo 3D video conversion
MIT License
1.58k stars 142 forks source link

About swin unet's version #7

Closed 98mxr closed 1 year ago

98mxr commented 1 year ago

Why choose swin_transformer_v1 instead of v2?

nagadomi commented 1 year ago

Actually, I haven't tried many experiments. I am still trying things out. The reason for using V1 now is simply because V2 is slow and many other swin transformer based models use V1.

98mxr commented 1 year ago

I understand, the paper mentions that v2 may adapt better to different size inputs, looking forward to the good news from your side.