onnx / tutorials

Tutorials for creating and using ONNX models
Apache License 2.0
3.4k stars 631 forks source link

tf2onnx #193

Open cqray1990 opened 4 years ago

cqray1990 commented 4 years ago

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

askhade commented 4 years ago

Please open this issue in the tf2onnx converter repo