Skip to content

Commit bf8f8ba

Browse files
committed
fix: typo
1 parent 4105798 commit bf8f8ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/classifier/train/train_eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def train(loaders_dict, device, model, optimizer, n_epochs):
3232
optimizer.zero_grad()
3333
batch_losses = []
3434

35-
print(procesing batch...)
35+
print("Processing batch...")
3636

3737
for ntype, iterator in iterators.items():
3838
print(f"Processing node type {ntype}")

0 commit comments

Comments
 (0)