Skip to content

Commit

Permalink
Update EResNN_CIFAR10.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
klensink committed Feb 5, 2018
1 parent 60c4f57 commit 5bb807f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/EResNN_CIFAR10.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using MAT, Megane
using MAT, Meganet

n = 256;
Y_train,C_train,Y_test,C_test = getCIFAR10(n,Pkg.dir("Meganet")*"/data/CIFAR10/");
Expand Down

0 comments on commit 5bb807f

Please sign in to comment.