Closed
Description
Hi! dear professor!
I want to try to convert my model into TensorRT with torch2trt, I have fixed some Warning like unsupport op torch.zeros and torch.flip(I am not sure I'm right). However, I meet error below and how can I fix it?
[11/24/2022-14:44:24] [TRT] [E] 4: [graphShapeAnalyzer.cpp::analyzeShapes::1294] Error Code 4: Miscellaneous (IShuffleLayer encoder.2:1:SHUFFLE:GPU: reshape wildcard -1 has infinite number of solutions or no solution. Reshaping [4,10000] to [0,-1,0,1].)
[11/24/2022-14:44:24] [TRT] [E] 4: [graphShapeAnalyzer.cpp::analyzeShapes::1294] Error Code 4: Miscellaneous (IShuffleLayer encoder.2:1:SHUFFLE:GPU: reshape wildcard -1 has infinite number of solutions or no solution. Reshaping [4,10000] to [0,-1,0,1].)
[11/24/2022-14:44:24] [TRT] [E] 4: [graphShapeAnalyzer.cpp::analyzeShapes::1294] Error Code 4: Miscellaneous (IShuffleLayer encoder.2:1:SHUFFLE:GPU: reshape wildcard -1 has infinite number of solutions or no solution. Reshaping [4,10000] to [0,-1,0,1].)
[11/24/2022-14:44:24] [TRT] [E] 4: [graphShapeAnalyzer.cpp::analyzeShapes::1294] Error Code 4: Miscellaneous (IShuffleLayer encoder.2:1:SHUFFLE:GPU: reshape wildcard -1 has infinite number of solutions or no solution. Reshaping [4,10000] to [0,-1,0,1].)
[11/24/2022-14:44:24] [TRT] [E] 4: [graphShapeAnalyzer.cpp::analyzeShapes::1294] Error Code 4: Miscellaneous (IShuffleLayer encoder.2:1:SHUFFLE:GPU: reshape wildcard -1 has infinite number of solutions or no solution. Reshaping [4,10000] to [0,-1,0,1].)
[11/24/2022-14:44:24] [TRT] [E] 4: [graphShapeAnalyzer.cpp::analyzeShapes::1294] Error Code 4: Miscellaneous (IShuffleLayer encoder.2:1:SHUFFLE:GPU: reshape wildcard -1 has infinite number of solutions or no solution. Reshaping [4,10000] to [0,-1,0,1].)
[11/24/2022-14:44:24] [TRT] [E] 4: [graphShapeAnalyzer.cpp::analyzeShapes::1294] Error Code 4: Miscellaneous (IShuffleLayer encoder.2:1:SHUFFLE:GPU: reshape wildcard -1 has infinite number of solutions or no solution. Reshaping [4,10000] to [0,-1,0,1].)
[11/24/2022-14:44:24] [TRT] [E] 4: [graphShapeAnalyzer.cpp::analyzeShapes::1294] Error Code 4: Miscellaneous (IShuffleLayer encoder.2:1:SHUFFLE:GPU: reshape wildcard -1 has infinite number of solutions or no solution. Reshaping [4,10000] to [0,-1,0,1].)
[11/24/2022-14:44:24] [TRT] [E] 4: [graphShapeAnalyzer.cpp::analyzeShapes::1294] Error Code 4: Miscellaneous (IShuffleLayer encoder.2:1:SHUFFLE:GPU: reshape wildcard -1 has infinite number of solutions or no solution. Reshaping [4,10000] to [0,-1,0,1].)
[11/24/2022-14:44:24] [TRT] [E] 3: encoder.2:1:SHUFFLE:GPU: has zero placeholder that refers to invalid axis 2.
[11/24/2022-14:44:24] [TRT] [E] 4: [network.cpp::validate::2917] Error Code 4: Internal Error (Layer encoder.2:1:SHUFFLE:GPU failed validation)
Metadata
Metadata
Assignees
Labels
No labels