Knet.jl icon indicating copy to clipboard operation
Knet.jl copied to clipboard

Package Tests is failing (Julia 1.1.1, Cuda 10.1, Windows 10)

Open caxelrud opened this issue 4 years ago • 2 comments

KnetBug_1.txt I attached the test results.

caxelrud avatar Oct 18 '19 16:10 caxelrud

I executed the test code line by line. The first error is at gpu.jl instruction: @test !isempty(Knet.libknet8)

Next, the error is at dropout.jl instruction: @test isapprox(sum(abs2,dropout1(k,0.5)), sum(abs2,dropout1(a,0.5)), rtol=0.1) ##ERROR UndefVarError: lib not defined

Next, errors are at statistics.jl starting at the following instruction. All the other test in this file fail with the same message: @test mean(a) ≈ mean(k) #ERROR: UndefVarError: lib not defined

I stopped at this point.

caxelrud avatar Nov 04 '19 03:11 caxelrud

Sorry for closing it. It is reopen.

caxelrud avatar Nov 04 '19 03:11 caxelrud