Skip to content

Commit

Permalink
Fix graph_gps example minor error (#7388)
Browse files Browse the repository at this point in the history
Fix graph gps example minor error
  • Loading branch information
zechengz authored May 18, 2023
1 parent 6b72fe5 commit dfd3266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/graph_gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test(loader):


for epoch in range(1, 101):
loss = train(epoch)
loss = train()
val_mae = test(val_loader)
test_mae = test(test_loader)
scheduler.step(val_mae)
Expand Down

0 comments on commit dfd3266

Please sign in to comment.