Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 6a74464

Browse files
committed
Fix RAdam test values
1 parent cb07efa commit 6a74464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TensorFlowTests/SequentialTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ final class SequentialTests: XCTestCase {
6363
}
6464
}
6565
XCTAssertEqual(model.inferring(from: [[0, 0], [0, 1], [1, 0], [1, 1]]),
66-
[[0.5053005], [0.5053005], [0.5053005], [0.5053005]])
66+
[[0.5567076], [0.5567076], [0.5567076], [0.5567076]])
6767
}
6868

6969
static var allTests = [

0 commit comments

Comments
 (0)