We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f03351 commit dbb9e81Copy full SHA for dbb9e81
tutorials/basics/linear_regression/main.cpp
@@ -41,6 +41,5 @@ int main() {
41
if ((epoch+1) % 5 == 0) {
42
std::cout << "Epoch [" << (epoch+1) << "/" << num_epochs << "], Loss: " << loss.item().toFloat() << std::endl;
43
}
44
- }
45
-
+ }
46
0 commit comments