when i try to convert tensorflow pb model to onnx:
it raise error as follows:
raise ValueError("get tensor value: {} must be Const".format(self.name))
ValueError: get tensor value: model_0/build_feature_pyramid/build_P4/up_sample_nearest_neighbor/size_Concat__1007 must be Const
when i try to convert tensorflow pb model to onnx: it raise error as follows: raise ValueError("get tensor value: {} must be Const".format(self.name)) ValueError: get tensor value: model_0/build_feature_pyramid/build_P4/up_sample_nearest_neighbor/size_Concat__1007 must be Const
can you help me ,thank you so much