Commit Graph

1955 Commits

Author SHA1 Message Date
Mike J Innes b348e31f07
Merge pull request #667 from FluxML/donottrack
rm Tracker
2019-03-08 11:38:37 +00:00
Mike J Innes f5fb19093c
Update NEWS.md 2019-03-08 11:35:31 +00:00
Mike J Innes 194e2ecd50 update docs manifest 2019-03-08 11:20:39 +00:00
Mike J Innes 5c9cd44428 use registered tracker 2019-03-08 11:18:59 +00:00
Dhairya Gandhi a481cd5cd6
Merge pull request #668 from thebhatman/patch-4
Add AlphaDropout to NEWS.md
2019-03-08 12:31:58 +05:30
Josh Whittemore 930ebaf217 Add module to make iris dataset available. 2019-03-07 16:56:23 -08:00
Manjunath Bhat 3de8c8ede5
Add AlphaDropout to NEWS.md 2019-03-08 03:10:02 +05:30
Elliot Saba bc12a4d55a
Merge pull request #656 from thebhatman/patch-3
Added AlphaDropout which is used in SNNs.
2019-03-07 10:58:44 -08:00
Manjunath Bhat c6e51f5cc2
Made lambda and alpha of eltype(x) 2019-03-07 23:42:38 +05:30
Manjunath Bhat 47c1324476
Merge branch 'master' into patch-3 2019-03-07 23:08:40 +05:30
Elliot Saba 82578bfb0d
Merge pull request #634 from dhpollack/instancenorm
instance normalization
2019-03-07 09:33:22 -08:00
Manjunath Bhat 1d310d4532
Removed {typeof(p)} 2019-03-07 21:55:26 +05:30
thebhatman f4543b7adf Value of alpha updated and dot operations changed 2019-03-08 03:21:26 +05:30
Mike J Innes c8badcd12f add news.md 2019-03-07 11:23:14 +00:00
Mike J Innes 5118771e3b pkg update 2019-03-07 11:04:40 +00:00
David Pollack 7b9b64f1cb change IN to in 2019-03-07 09:46:44 +01:00
David Pollack 83b4b3a714 changes based on PR comments 2019-03-07 09:46:44 +01:00
David Pollack c41f891005 changes based on the improved batchnorm in PR#633 2019-03-07 09:46:44 +01:00
David Pollack 129a708b6f instance normalization 2019-03-07 09:46:44 +01:00
Mike J Innes b5a148fa37 rm Tracker 2019-03-07 01:33:02 +00:00
Mike J Innes 3a4c6274fa
Merge pull request #651 from FluxML/mji/dogfood
Refactor training loop
2019-03-06 16:53:24 +00:00
Mike J Innes fc6232b779
Merge pull request #633 from Sklan/patch-3
Improving BatchNorm
2019-03-06 16:23:03 +00:00
thebhatman 8e5965ac41 Indentation fixed 2019-03-05 16:28:05 +05:30
thebhatman d6608682fc Suggested changes made 2019-03-05 16:18:50 +05:30
Manjunath Bhat 29b853e0bb
Made sure Gradients are not lost. 2019-03-04 22:17:19 +05:30
Manjunath Bhat 922e9c9bc2
Updated docs with AlphaDropout 2019-03-04 01:10:12 +05:30
Manjunath Bhat b5533ee00b
Exported AlphaDropout 2019-03-04 01:09:05 +05:30
Manjunath Bhat 97f874abcf
Added AlphaDropout which is used in SNNs. 2019-03-04 01:05:46 +05:30
Manjunath Bhat 704be49483
Added support for Float64 for DepthwiseConv
DepthwiseConv was giving errors for Float64. This fixes the issue.
2019-03-01 15:04:05 +05:30
Mike Innes 4cf43c0c41 simpler/nicer training loop 2019-02-28 14:58:42 +00:00
Mike Innes cd091ad005 in place implicit gradients 2019-02-28 14:08:01 +00:00
Mike Innes 8b4bc7cc52 organise params 2019-02-28 13:44:54 +00:00
Mike J Innes d6cf116a74
Merge pull request #639 from ropenta/master
Added an example of Conv to Flux.jl/src/layers/conv.jl, and clarified…
2019-02-25 14:35:38 +00:00
Rohith Pentaparthy 1b1dff1266 Added an example of Conv to Flux.jl/src/layers/conv.jl, and clarified what WHCN means 2019-02-23 14:31:27 -06:00
Sklan 7463f09591
Update normalise.jl 2019-02-21 23:56:19 +05:30
Sklan 6044421c5c
Update normalise.jl 2019-02-20 13:47:31 +05:30
Lyndon White ebf50f4e1c Create performance tips docs section (#615)
* Create performance_tips.jl

* Rename performance_tips.jl to performance_tips.md

* add perf tips

* Update docs/src/performance_tips.md

Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>

* Update docs/src/performance_tips.md

Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>

* Update make.jl

* Update and rename performance_tips.md to performance.md

* spelling

* Update docs/src/performance.md

Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>

* Update docs/src/performance.md

Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>

* Update performance.md

* Update performance.md

* Update docs/src/performance.md

Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>

* Update docs/src/performance.md

Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>
2019-02-19 15:03:41 +00:00
Dhairya Gandhi 78876a14b3
Merge pull request #522 from kolia/tiny_stack_bugfix
Tiny bugfix: `stack` was still calling julia 0.6 `cat`
2019-02-15 20:50:08 +05:30
Dhairya Gandhi eb9da4084f
remove spurious line change 2019-02-15 20:33:21 +05:30
Dhairya Gandhi c50ad6cdb5
Merge branch 'master' into tiny_stack_bugfix 2019-02-15 20:20:01 +05:30
Ayan Banerjee 08b87e0bce Transition to doctests (#616)
* basics.md: Initial doctest to an example

Related to https://github.com/FluxML/Flux.jl/issues/561

* make.jl: Allow doctest to run

* Fix comments in order to pass doctests

* basic.md: Add doctests to examples
2019-02-14 18:29:27 +00:00
pshashk b0a5844afb Remove dims=1 from normalise (#619)
* remove `dims=1`

* add dims arg

* fix test

* remove dims=1 only from deprecated version
2019-02-11 16:11:47 +00:00
Mike J Innes f17a5acd2b
Merge pull request #606 from pshashk/patch-3
Add `corrected` argument to std
2019-02-08 19:09:33 +00:00
pshashk b074b2491a
fix docstring 2019-02-08 21:49:53 +03:00
pshashk c3e04392d8
drop dims type restriction 2019-02-08 16:15:37 +03:00
pshashk ae10421bfe
fix normalise test for dims kwarg 2019-02-08 16:02:03 +03:00
pshashk 911c901294
`dims` kwarg 2019-02-08 16:00:32 +03:00
pshashk 37385e0dbd
test normalise 2019-02-08 15:43:50 +03:00
pshashk 4f6432d133
test 2019-02-08 15:28:07 +03:00
pshashk 368c29e5e3
Add `corrected` argument to std
Fixes ffe037c485/src/layers/stateless.jl (L49)
2019-02-08 15:23:27 +03:00