Skip to content

Commit f55c6a4

Browse files
committed
print array type
1 parent c4da3cf commit f55c6a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

benchmark.jl

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import Pkg; Pkg.activate("."); Pkg.instantiate();
22
include("configs/config2.jl")
33
include("src/main.jl")
44
#MODEL
5+
@show arrtype
56
M = MACNetwork(o);
67
Knet.gc()
78
#FEATS

train.jl

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ trnqstns=nothing;
1414
valqstns=nothing;
1515
#MODEL
1616
#gpu(0)
17+
@show arrtype
1718
if o[:mfile] !=nothing && isfile(o[:mfile])
1819
M,Mrun,o = loadmodel(o[:mfile])
1920
else

0 commit comments

Comments
 (0)