Skip to content

Commit

Permalink
Update infer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyoujiyi authored Nov 18, 2021
1 parent 65f54a1 commit 9645ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/inference/cpp/include/infer.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class PaddleInferModel {
{
USE_GPU = 0;
EMBEDDING_SIZE = 9;
SLOT_NUMBER = 409;
SLOT_NUMBER = 301;
place = paddle::PaddlePlace::kCPU;
}

Expand Down

0 comments on commit 9645ae9

Please sign in to comment.