We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f856b0 commit 7979fd1Copy full SHA for 7979fd1
examples/usage.jl
@@ -63,7 +63,7 @@ fit!(mach)
63
# CUDA.@allowscalar fit!(mach) # needed for gpu
64
65
# Store It
66
-icnf_mach_fn = "icnf_mach.jlso"
+icnf_mach_fn = "icnf_mach.jls"
67
MLJBase.save(icnf_mach_fn, mach) # save it
68
mach = machine(icnf_mach_fn) # load it
69
0 commit comments