lvpengyuan / masktextspotter.caffe2

The code of "Mask TextSpotter: An End-to-End Trainable Neural Network for Spotting Text with Arbitrary Shapes"
Apache License 2.0
261 stars 88 forks source link

train from scratch #19

Open sadknight0001 opened 5 years ago

sadknight0001 commented 5 years ago

Just wonder how to train from scratch Error when i removed the weight file in configs: RuntimeError: [enforce fail at operator.cc:58] blob != nullptr. op AffineChannel: Encountered a non-existing input blob: gpt_0/res_conv1_bn_s Could you help with that?

YuliyaLi commented 5 years ago

Did you solve it? I met the same problem....