We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4105798 commit bf8f8baCopy full SHA for bf8f8ba
1 file changed
src/classifier/train/train_eval.py
@@ -32,7 +32,7 @@ def train(loaders_dict, device, model, optimizer, n_epochs):
32
optimizer.zero_grad()
33
batch_losses = []
34
35
- print(procesing batch...)
+ print("Processing batch...")
36
37
for ntype, iterator in iterators.items():
38
print(f"Processing node type {ntype}")
0 commit comments