We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4da3cf commit f55c6a4Copy full SHA for f55c6a4
benchmark.jl
@@ -2,6 +2,7 @@ import Pkg; Pkg.activate("."); Pkg.instantiate();
2
include("configs/config2.jl")
3
include("src/main.jl")
4
#MODEL
5
+@show arrtype
6
M = MACNetwork(o);
7
Knet.gc()
8
#FEATS
train.jl
@@ -14,6 +14,7 @@ trnqstns=nothing;
14
valqstns=nothing;
15
16
#gpu(0)
17
18
if o[:mfile] !=nothing && isfile(o[:mfile])
19
M,Mrun,o = loadmodel(o[:mfile])
20
else
0 commit comments