cleanup
This commit is contained in:
parent
b1f226eb34
commit
0cf46432cf
|
@ -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
NEWS.md
2
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()`.
|
||||
|
|
|
@ -121,4 +121,4 @@ macro epochs(n, ex)
|
|||
@info "Epoch $i"
|
||||
$(esc(ex))
|
||||
end)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue