In resnet52_market, fc ans softmax layers are commented.
When running train_id_net_res_market_new, missing 'label' layer will cause error, so it's needed to uncomment this lines when train base branch.
When running train_id_net_res_market_align, this code block should be commented, otherwise another error will be thrown out saying layer 'local_fc751's der is empty. But commenting this block also causes an error saying that 'label_local' layer is missed.
Hope for a better instruction for this code.
In resnet52_market, fc ans softmax layers are commented.
When running train_id_net_res_market_new, missing 'label' layer will cause error, so it's needed to uncomment this lines when train base branch.
When running train_id_net_res_market_align, this code block should be commented, otherwise another error will be thrown out saying layer 'local_fc751's der is empty. But commenting this block also causes an error saying that 'label_local' layer is missed.
Hope for a better instruction for this code.