yechengxi/deconvolution

inference time

AllenDun opened this issue · 1 comments

great work!
network deconvolution has many good features. However, in your paper, the inference time with DC is not mentioned. Is it almostly the same with BN method? I guess.

It will be faster because with implicit deconvolution (through change of variables), at inference we will only need to use a network without any normalizations/deconvolutions.