herrickli
Results
3
comments of
herrickli
I got this error ``` Incompatible attr in node fpn_p4_sum at 1-th input: expected [1,256,38,64], got [1,256,38,63] ``` in this 269 line of code in `fpn/loader.py` ``` feat_shape = [y[1]...
same error,help~
@yangxue0827 Hi, I successful convert the model into pb model using `exportpb.py`, but I got two pb files using the code, one is `model.pb`, another is `model_Frozen.pb`, what is the...