newlines
This commit is contained in:
parent
89bca2d98d
commit
2ca189bc96
@ -37,4 +37,4 @@ include("data/Data.jl")
|
||||
|
||||
@init @require CuArrays="3a865a2d-5b23-5a0f-bc46-62713ec82fae" include("cuda/cuda.jl")
|
||||
|
||||
end # module
|
||||
end # module
|
||||
|
@ -20,4 +20,4 @@ using Flux.Tracker: TrackedArray
|
||||
Param(x::TrackedArray) = Param(x.data, x.grad)
|
||||
# Base.convert(::Type{Param}, x::TrackedArray) = Param(x.data, x.grad)
|
||||
|
||||
end
|
||||
end
|
||||
|
@ -93,4 +93,4 @@ macro epochs(n, ex)
|
||||
@info "Epoch $i"
|
||||
$(esc(ex))
|
||||
end)
|
||||
end
|
||||
end
|
||||
|
@ -152,4 +152,4 @@ function jacobian(m,x)
|
||||
xp.grad .*= 0 # Reset gradient accumulator
|
||||
end
|
||||
J'
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user