We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f54a1 commit 9645ae9Copy full SHA for 9645ae9
tools/inference/cpp/include/infer.h
@@ -84,7 +84,7 @@ class PaddleInferModel {
84
{
85
USE_GPU = 0;
86
EMBEDDING_SIZE = 9;
87
- SLOT_NUMBER = 409;
+ SLOT_NUMBER = 301;
88
place = paddle::PaddlePlace::kCPU;
89
}
90
0 commit comments