Skip to content

Commit 9efc565

Browse files
committed
fix bugs in adadelta test case and change difficulty to medium
1 parent 24d19a0 commit 9efc565

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

questions/x_adadelta-optimizer/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "X",
33
"title": "Adadelta Optimizer",
4-
"difficulty": "easy",
4+
"difficulty": "medium",
55
"category": "Deep Learning",
66
"video": "",
77
"likes": "0",

questions/x_adadelta-optimizer/tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
{
1919
"test": "print(adadelta_optimizer(1., 0.5, 1., 1., 0., 1e-6))",
20-
"expected_output": "(0.999, 0.25, 0.0)"
20+
"expected_output": "(0., 0.25, 1.0)"
2121
}
2222
]

0 commit comments

Comments
 (0)