Skip to content

Commit

Permalink
add some update
Browse files Browse the repository at this point in the history
  • Loading branch information
spyder authored and spyder committed May 5, 2021
1 parent 8746c60 commit 57621cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train_classification_geoerror.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
for epoch in range(opt.nepoch):
scheduler.step()
for i, (point, label) in enumerate(dataloader, 0):
points = points.transpose(2, 1)
points = point.cuda()
target = label.cuda()

Expand Down

0 comments on commit 57621cd

Please sign in to comment.