We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0b4ce commit f197ff3Copy full SHA for f197ff3
source/train_net.cpp
@@ -9,7 +9,7 @@ double acc(torch::Tensor& preds, torch::Tensor& labels){
9
}
10
11
int main() {
12
- // Set the seed.
+ //TODO: Set the seed.
13
14
// Create a new Net.
15
auto net = std::make_shared<Net>();
0 commit comments