Skip to content

Commit

Permalink
Merge pull request chenzomi12#285 from SapientialM/main
Browse files Browse the repository at this point in the history
Update 05Sample.md
  • Loading branch information
chenzomi12 authored Oct 15, 2024
2 parents c9cb1a8 + 13c4638 commit 004b81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01Introduction/05Sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test(model, device, test_loader):
for data, target in test_loader:
data, target = data.to(device), target.to(device)
# 推理系统如何高效进行模型推理
# 我们将在第思章 AI 推理系统进行介绍
# 我们将在第四章 AI 推理系统进行介绍
output = model(data)
...

Expand Down

0 comments on commit 004b81f

Please sign in to comment.