Skip to content

Commit 9645ae9

Browse files
authored
Update infer.h
1 parent 65f54a1 commit 9645ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/inference/cpp/include/infer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class PaddleInferModel {
8484
{
8585
USE_GPU = 0;
8686
EMBEDDING_SIZE = 9;
87-
SLOT_NUMBER = 409;
87+
SLOT_NUMBER = 301;
8888
place = paddle::PaddlePlace::kCPU;
8989
}
9090

0 commit comments

Comments
 (0)