System information
irrelevant
Describe the problem
I try to convert a model that contains conv3d op into tflite model using TOCO.But it seems that TFLite limits input shape dim to less than 4.That is to say,it can only support at most conv2d?I hope that TFLite should support conv3d someday~
Source code / logs
F tensorflow/contrib/lite/toco/import_tensorflow.cc:182] Check failed: input_shape.dim_size() <= 4 (5 vs. 4)
System information
irrelevant
Describe the problem
I try to convert a model that contains conv3d op into tflite model using TOCO.But it seems that TFLite limits input shape dim to less than 4.That is to say,it can only support at most conv2d?I hope that TFLite should support conv3d someday~
Source code / logs
F tensorflow/contrib/lite/toco/import_tensorflow.cc:182] Check failed: input_shape.dim_size() <= 4 (5 vs. 4)