Skip to content

Commit 22d8f72

Browse files
committed
Update generated docs
1 parent f50de49 commit 22d8f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/tutorials/kge-predict-transe-pyg-train.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def train_model_with_pyg():
317317
print(f"Epoch: {epoch:03d}, Loss: {loss:.4f}")
318318
if epoch % 75 == 0:
319319
rank, hits = test(val_tensor_data)
320-
print(f"Epoch: {epoch:03d}, Val Mean Rank: {rank:.2f}, " f"Val Hits@10: {hits:.4f}")
320+
print(f"Epoch: {epoch:03d}, Val Mean Rank: {rank:.2f}, Val Hits@10: {hits:.4f}")
321321
322322
torch.save(model, f"./model_{epoch_count}.pt")
323323

0 commit comments

Comments
 (0)