Open VivienFu opened 6 years ago
Hi~ When I first try using INQ to train my model, the initialization became very slow, almost stop in the last log step(after waiting for several minites, I killed it here) as below: I1201 17:32:19.447867 56072 net.cpp:274] Network initialization done. I1201 17:32:19.447908 56072 solver.cpp:60] Solver scaffolding done. I1201 17:32:19.448150 56072 caffe.cpp:129] Finetuning from /home/imi/ncnn/Incremental-Network-Quantization/examples/clothesID/model/lenet_train_1129_2_iter_10000.caffemodel I1201 17:35:04.857805 56072 net.cpp:752] Ignoring source layer ip1_relu1_0_split I1201 17:35:05.843118 56072 net.cpp:752] Ignoring source layer center_loss I1201 17:37:50.647507 56072 net.cpp:752] Ignoring source layer ip1_relu1_0_split I1201 17:37:51.926892 56072 net.cpp:752] Ignoring source layer center_loss I1201 17:37:51.949277 56072 parallel.cpp:392] GPUs pairs 0:1, 2:3, 0:2 I1201 17:37:52.380960 56072 data_layer.cpp:41] output data size: 128,3,80,60 I1201 17:37:53.063494 56072 data_layer.cpp:41] output data size: 128,3,80,60
but when I transfer INQcaffe to normal caffe, it worked normally.
Could you help me to to infer what's wrong with it?
thanks a lot
Hi~ When I first try using INQ to train my model, the initialization became very slow, almost stop in the last log step(after waiting for several minites, I killed it here) as below: I1201 17:32:19.447867 56072 net.cpp:274] Network initialization done. I1201 17:32:19.447908 56072 solver.cpp:60] Solver scaffolding done. I1201 17:32:19.448150 56072 caffe.cpp:129] Finetuning from /home/imi/ncnn/Incremental-Network-Quantization/examples/clothesID/model/lenet_train_1129_2_iter_10000.caffemodel I1201 17:35:04.857805 56072 net.cpp:752] Ignoring source layer ip1_relu1_0_split I1201 17:35:05.843118 56072 net.cpp:752] Ignoring source layer center_loss I1201 17:37:50.647507 56072 net.cpp:752] Ignoring source layer ip1_relu1_0_split I1201 17:37:51.926892 56072 net.cpp:752] Ignoring source layer center_loss I1201 17:37:51.949277 56072 parallel.cpp:392] GPUs pairs 0:1, 2:3, 0:2 I1201 17:37:52.380960 56072 data_layer.cpp:41] output data size: 128,3,80,60 I1201 17:37:53.063494 56072 data_layer.cpp:41] output data size: 128,3,80,60
but when I transfer INQcaffe to normal caffe, it worked normally.
Could you help me to to infer what's wrong with it?
thanks a lot