IDKiro / DehazeFormer

[IEEE TIP] Vision Transformers for Single Image Dehazing
MIT License
357 stars 34 forks source link

about training #10

Closed raindrop313 closed 2 years ago

raindrop313 commented 2 years ago

Hi, thanks for your work, and I want to ask a small question about training, when you train DehazeFormer-L, do you use DehazeFormer-M as a pretrained model or initialize randomly?

IDKiro commented 2 years ago

Hi. It is initialized randomly. You can try pretraining or warmup. They do work.

raindrop313 commented 2 years ago

OK,Thank you for your response.