Skip to content

Commit

Permalink
plt torch support, test=model
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeref996 committed Jan 2, 2025
1 parent 8229719 commit 3faaca1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/e2e/PaddleLT_new/engine/torch_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def torch_dy_train(self):
opt = optimizer.get_opt(net=net)

for epoch in range(self.step):
print("data is: ", data)
logit = net(*data)
# 构建loss用于训练
dy_loss = loss.get_loss(logit)
Expand Down

0 comments on commit 3faaca1

Please sign in to comment.