We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd469c0 commit d75d0bcCopy full SHA for d75d0bc
1 file changed
test/cpp/api/optim.cpp
@@ -26,7 +26,7 @@ bool test_optimizer_xor(Options options) {
26
Linear(8, 1),
27
Functional(torch::sigmoid));
28
29
- const int64_t kBatchSize = 6;
+ const int64_t kBatchSize = 50;
30
const int64_t kMaximumNumberOfEpochs = 3000;
31
32
OptimizerClass optimizer(model->parameters(), options);
0 commit comments