SCNN icon indicating copy to clipboard operation
SCNN copied to clipboard

Train model [urgent]

Open OneMondy opened this issue 6 years ago • 1 comments

@XingangPan I would like to ask, in the training process, model_new.t7, model_best.t7 are generated. Which one is the trained model? What is the vgg_SCNN_DULR9_w9.t7 generated by running th SCNN-gen.lua? thank you

OneMondy avatar Jul 07 '18 15:07 OneMondy

  1. Both are the trained model. After each epoch, the code would do preliminary evaluation on the validation set, and model_best.t7 is the one with the highest validation performance, while model_new.t7 is the one of the last epoch. I use model_best.t7 as the trained model.
  2. The downloaded vgg.t7 is the VGG16 model without SCNN, the generated vgg_SCNN_DULR9_w9.t7 is VGG16 combined with SCNN.

XingangPan avatar Jul 13 '18 05:07 XingangPan