DSB2017 icon indicating copy to clipboard operation
DSB2017 copied to clipboard

Is the whole model a end-to-end model?

Open mabihuan opened this issue 7 years ago • 1 comments

Is the whole model a end-to-end model? just because limited the memory of GPU,you train the model don't end-to-end?

mabihuan avatar May 11 '18 02:05 mabihuan

it is not a pure end-to-end model:

the preprocessing is not end-to-end

the detector must be trained at the first step

the classifier used the crop info provided by detector, which is stored before starting training

lfz avatar May 17 '18 05:05 lfz