interactive-deep-colorization
interactive-deep-colorization copied to clipboard
Incompatible number of blobs for layer conv1_2norm
trafficstars
when I load the model using the following code
colorModel.prep_net(gpu_id,'./models/reference_model/deploy_nodist.prototxt','./models/reference_model/model.caffemodel')
I got error as follows
Check failed: target_blobs.size() == source_layer.blobs_size() (5 vs. 3) Incompatible number of blobs for layer conv1_2norm
How can I solve the problem?
Thx~
Not sure how to fix it. It might be related to this issue.