Skip to content

Commit 3a4787e

Browse files
committed
Fixing cpplint issues
1 parent 717fca3 commit 3a4787e

File tree

1 file changed

+1
-2
lines changed
  • tutorials/basics/linear_regression

1 file changed

+1
-2
lines changed

tutorials/basics/linear_regression/main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ int main() {
4141
if ((epoch+1) % 5 == 0) {
4242
std::cout << "Epoch [" << (epoch+1) << "/" << num_epochs << "], Loss: " << loss.item().toFloat() << std::endl;
4343
}
44-
}
45-
44+
}
4645
}

0 commit comments

Comments
 (0)