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 703f802 commit 1dfe6b3Copy full SHA for 1dfe6b3
test/test_conv2d_network.f90
@@ -39,7 +39,7 @@ program test_conv2d_network
39
40
type(network) :: cnn
41
real :: y(1)
42
- real :: tolerance = 1e-5
+ real :: tolerance = 1e-4
43
integer :: n
44
integer, parameter :: num_iterations = 1000
45
@@ -76,7 +76,7 @@ program test_conv2d_network
76
77
real :: x(1, 8, 8)
78
79
80
81
82
@@ -111,7 +111,7 @@ program test_conv2d_network
111
112
real :: x(1, 12, 12)
113
real :: y(9)
114
115
116
integer, parameter :: num_iterations = 5000
117
0 commit comments