Other Parts Discussed in Thread: TDA2
I Read caffe-jacinto-model CNN train;as below
Stage-1: Initial stage with L2 regularization training
Stage-2: L1 regularization training
Stage-3: Sparsification training
The main training script is located ../scripts/train_image_object_detection.sh.
My question Is:
1,Is stage-2 train need depend Stage-1,Stage-3 train need depend Stage-2.
or Stage-1,Stage-2,Stage-3 Is independent,I can train this stage 1 2 3 at the same time。,
2,I see Stage 1,2,3 mAp is almost equal,so if I can train one of them,not need to train every Stage。
3,CAN TDA4 and TDA2S ues the same weight file(caffemodel) to run the TIDL on the usecase。