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 a05b1be commit 9e97a4bCopy full SHA for 9e97a4b
1 file changed
backends/vulkan/test/op_tests/adamw_step_test.cpp
@@ -62,7 +62,7 @@ void test_vulkan_adamw_step(
62
const double eps,
63
const double weight_decay,
64
const int step) {
65
- torch::manual_seed(0);
+ at::manual_seed(0);
66
67
const double bias_correction1 = 1.0 - std::pow(beta1, step);
68
const double bias_correction2 = 1.0 - std::pow(beta2, step);
0 commit comments