Skip to content

Commit f197ff3

Browse files
authored
Update train_net.cpp
1 parent 9b0b4ce commit f197ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/train_net.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ double acc(torch::Tensor& preds, torch::Tensor& labels){
99
}
1010

1111
int main() {
12-
// Set the seed.
12+
//TODO: Set the seed.
1313

1414
// Create a new Net.
1515
auto net = std::make_shared<Net>();

0 commit comments

Comments
 (0)