diff --git a/Manifest.toml b/Manifest.toml index fd862d72af..eafe1a6966 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -384,4 +384,4 @@ version = "0.4.20" deps = ["MacroTools"] git-tree-sha1 = "b3b4882cc9accf6731a08cc39543fbc6b669dca8" uuid = "700de1a5-db45-46bc-99cf-38207098b444" -version = "0.2.0" \ No newline at end of file +version = "0.2.0" diff --git a/NEWS.md b/NEWS.md index 81f5c98760..82c1dcfdfc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ # v0.11 -* Change to the `DataLoader` (constructor)[https://github.com/FluxML/Flux.jl/pull/1152] +* Change to `DataLoader`'s constructor [https://github.com/FluxML/Flux.jl/pull/1152] # v0.10.5 * Add option for [same padding](https://github.com/FluxML/Flux.jl/pull/901) to conv and pooling layers by setting `pad=SamePad()`. diff --git a/src/optimise/train.jl b/src/optimise/train.jl index fca877f119..ade8e862ce 100644 --- a/src/optimise/train.jl +++ b/src/optimise/train.jl @@ -121,4 +121,4 @@ macro epochs(n, ex) @info "Epoch $i" $(esc(ex)) end) -end \ No newline at end of file +end