Hey Deniz,
I ran the commands you mentioned above. When I ran Pkg.installed(), it shows that "Knet" is installed => v"1.2.5"
and while I ran myfile.jl still shows the same error as below. Any idea how can this be fixed.
I owe you a big time
┌ Info: Precompiling Knet [1902f260-5fb4-5aff-8c31-6271790ab950]
└ @ Base loading.jl:1242
ERROR: LoadError: LoadError: "loggamma" is not defined in module Knet
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] which at ./reflection.jl:1109 [inlined]
[3] unary_op(::String, ::String) at /home/deeplearning/.julia/packages/Knet/ztjo0/src/unary.jl:9
[4] top-level scope at /home/deeplearning/.julia/packages/Knet/ztjo0/src/unary.jl:131
[5] include at ./boot.jl:328 [inlined]
[6] include_relative(::Module, ::String) at ./loading.jl:1094
[7] include at ./Base.jl:31 [inlined]
[8] include(::String) at /home/deeplearning/.julia/packages/Knet/ztjo0/src/Knet.jl:1
[9] top-level scope at /home/deeplearning/.julia/packages/Knet/ztjo0/src/Knet.jl:114
[10] include at ./boot.jl:328 [inlined]
[11] include_relative(::Module, ::String) at ./loading.jl:1094
[12] include(::Module, ::String) at ./Base.jl:31
[13] top-level scope at none:2
[14] eval at ./boot.jl:330 [inlined]
[15] eval(::Expr) at ./client.jl:432
[16] top-level scope at ./none:3
in expression starting at /home/deeplearning/.julia/packages/Knet/ztjo0/src/unary.jl:129
in expression starting at /home/deeplearning/.julia/packages/Knet/ztjo0/src/Knet.jl:114
Failed to precompile Knet [1902f260-5fb4-5aff-8c31-6271790ab950] to /home/deeplearning/.julia/compiled/v1.2/Knet/f4vSz.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1253
[3] _require(::Base.PkgId) at ./loading.jl:1013
[4] require(::Base.PkgId) at ./loading.jl:911
[5] require(::Module, ::Symbol) at ./loading.jl:906
[6] include at ./boot.jl:328 [inlined]
[7] include_relative(::Module, ::String) at ./loading.jl:1094
[8] include(::Module, ::String) at ./Base.jl:31
[9] include(::String) at ./client.jl:431
[10] top-level scope at In[2]:1