Open GangMieYe opened 3 years ago
you can change the default number of epochs in train.py or required number of epochs can be passed as a command line argument
Thx for your kind reply.But in train.py attention network and the whole deblurring network are trained together,there is no setting for attention network pretraining.Did I ingore that?
Our code just trains them together. With the current implementation it is not possible, but it can be achieved by writing a separate data loader and train file
Thx for your work.The paper mentioned that attention network is pretrained 70000 iteration for convergence,could you please tell me how to do that?