Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Jun 8, 2020
1 parent b1f226e commit 0cf4643
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,4 @@ version = "0.4.20"
deps = ["MacroTools"]
git-tree-sha1 = "b3b4882cc9accf6731a08cc39543fbc6b669dca8"
uuid = "700de1a5-db45-46bc-99cf-38207098b444"
version = "0.2.0"
version = "0.2.0"
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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()`.
Expand Down
2 changes: 1 addition & 1 deletion src/optimise/train.jl
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ macro epochs(n, ex)
@info "Epoch $i"
$(esc(ex))
end)
end
end

0 comments on commit 0cf4643

Please sign in to comment.