Dhairya Gandhi
d8e44fcc1c
correct broadcasting for addition
2020-03-04 18:22:45 +05:30
Dhairya Gandhi
7e308e77fd
rm unneccesary fns
2020-03-04 17:57:16 +05:30
Dhairya Gandhi
20e78e274e
docs fix
2020-02-26 22:41:45 +05:30
Dhairya Gandhi
cf82393ae8
type signatures
2020-02-26 22:36:25 +05:30
Dhairya Gandhi
cd931793ef
more docs and constructors
2020-02-26 22:29:14 +05:30
Dhairya Gandhi
58211e31bd
docs improve
2020-02-26 22:22:11 +05:30
Dhairya Gandhi
f889d0c4d4
add kwarg constructors
2020-02-26 22:19:17 +05:30
bors[bot]
55616afc11
Merge #960
...
960: Added utility function outdims to compute output dimensions of a layer r=dhairyagandhi96 a=darsnack
Based on Slack chatter, I added a utility function, `outdims`, that computes the output dimensions for given input dimensions.
Example
```julia
layer = Conv((3, 3), 3 => 16)
outdims(layer, (10, 10)) # returns (8, 8)
```
Co-authored-by: Kyle Daruwalla <daruwalla@wisc.edu>
2020-02-25 17:40:05 +00:00
Dhairya Gandhi
7e58766467
Merge pull request #1047 from MotJuMi/master
...
Edit description of convolutional layer
2020-02-25 15:39:23 +05:30
Bulat Suleymanov
db4eaf254b
Edit description of convolutional layer
2020-02-24 13:16:51 +05:00
Dhairya Gandhi
34ceed5c1f
Merge pull request #1046 from ianshmean/patch-1
...
Bump Colors compat to include 0.10, 0.11
2020-02-24 10:41:49 +05:30
Ian Butterworth
6ced7e1ecf
expand Colors compat
2020-02-23 13:42:11 -05:00
Kyle Daruwalla
f5b9cf659c
Updated docs to specify exactly what layers support outdims
2020-02-20 23:38:56 -06:00
Dhairya Gandhi
88b0c65d72
Merge pull request #1035 from matsueushi/remove_get_macro
...
Remove get! macro
2020-02-20 12:58:16 +05:30
Dhairya Gandhi
8f7a0bb264
Merge pull request #1030 from JuliaTagBot/master
...
Install TagBot as a GitHub Action
2020-02-19 21:47:31 +05:30
Dhairya Gandhi
a38af748e5
Merge pull request #1037 from heliosdrm/heliosdrm-patch-1
...
update compat to Juno 0.8
2020-02-19 21:46:33 +05:30
bors[bot]
e4a84c120f
Merge #1021
...
1021: nograd for onecold, onehot, onehotbatch r=MikeInnes a=CarloLucibello
fixes #1020
Co-authored-by: CarloLucibello <carlo.lucibello@gmail.com>
2020-02-17 14:12:48 +00:00
Helios De Rosario
9bb388d953
update Juno compat
2020-02-16 18:29:18 +01:00
Helios De Rosario
6f0710d364
Merge pull request #1 from FluxML/master
...
update to origin
2020-02-16 18:27:35 +01:00
Viral B. Shah
0b8d1574bf
Merge pull request #984 from aminya/CompatHelper
...
Adding CompatHelper
2020-02-16 09:44:09 -05:00
matsueushi
6ea7b95384
Remove unused using
2020-02-15 20:06:15 -05:00
bors[bot]
fe85a38d78
Merge #1032
...
1032: Remove outdated reference to truncate! r=dhairyagandhi96 a=mcognetta
Co-authored-by: Marco <mcognetta@users.noreply.github.com>
2020-02-10 08:30:15 +00:00
Marco
ae0455517a
Remove outdated reference to truncate!
2020-02-10 00:03:11 -08:00
Kyle Daruwalla
c37fc3cfa6
Recommitting to trigger build
2020-02-09 19:45:04 -06:00
Julia TagBot
d7b20d1a78
Install TagBot as a GitHub Action
2020-02-08 20:02:52 +07:00
CarloLucibello
6499344af3
nograd for onecold, onehot, onehotbatch
2020-02-06 15:41:46 +01:00
bors[bot]
60043fa2aa
Merge #1013
...
1013: Adapt to GPUArrays/CuArrays changes r=dhairyagandhi96 a=maleadt
Changes in response to a29df67184
and https://github.com/JuliaGPU/CuArrays.jl/pull/576 . I suppose the next CuArrays release will need to be breaking because of this.
Maybe the `crossentropy` signature needs to be adjusted to support integer vectors, but I'll leave that decision up to Flux developers. This at least is the quick fix to get the tests passing again.
Co-authored-by: Tim Besard <tim.besard@gmail.com>
2020-02-03 16:29:48 +00:00
Dhairya Gandhi
ddc2c20e68
Merge pull request #994 from FluxML/ox/doccustomtraining
...
Add custom training loops to docs
2020-02-01 11:13:54 +05:30
Dhairya Gandhi
bc20103ea6
no-op copy
2020-01-31 13:23:33 +05:30
Tim Besard
e2c2ec5575
Don't invoke GPU crossentropy with integers.
...
Broadcasting log on integers does not work.
2020-01-31 08:22:54 +01:00
Tim Besard
e66a7f130f
Don't compare CPU with GPU arrays.
2020-01-31 08:22:21 +01:00
Dhairya Gandhi
b9fbee1ff0
::typeof(op) -> op
2020-01-31 12:24:36 +05:30
Dhairya Gandhi
620cffc45c
Merge pull request #1008 from FluxML/tb/cuindex
...
Remove unused imports.
2020-01-29 18:52:53 +05:30
Tim Besard
d88f63adb4
Remove unused imports.
2020-01-29 12:15:41 +01:00
Lyndon White
7797e31b44
Add custom training loops to docs
2020-01-16 21:57:59 +00:00
bors[bot]
d1edd9b16d
Merge #680
...
680: Added new loss functions. r=thebhatman a=thebhatman
I have added the KL Divergence Loss function, Poisson loss function, Logcosh loss, and Hinge loss function.
Co-authored-by: Manjunath Bhat <manjunathbhat9920@gmail.com>
Co-authored-by: thebhatman <manjunathbhat9920@gmail.com>
2020-01-13 15:46:25 +00:00
Manjunath Bhat
747e01ea02
Test to check for spurious promotions
2020-01-13 18:33:30 +05:30
Dhairya Gandhi
048c31f609
bump Flux version to v0.10.1
2020-01-13 18:16:29 +05:30
bors[bot]
f7f0ebbffd
Merge #992
...
992: Compat bounds for a couple more packages r=dhairyagandhi96 a=dhairyagandhi96
adds compatibility bounds for a few more packages
cc @MikeInnes
Co-authored-by: Dhairya Gandhi <dhairya@juliacopmuting.com>
2020-01-13 12:29:05 +00:00
Dhairya Gandhi
cd4626d5a7
compat bounds for a couple more packages
2020-01-13 17:38:59 +05:30
bors[bot]
2b222b15fa
Merge #991
...
991: Update CuArrays + Zygote deps r=dhairyagandhi96 a=dhairyagandhi96
cc @MikeInnes
Co-authored-by: Dhairya Gandhi <dhairya@juliacopmuting.com>
2020-01-13 11:14:21 +00:00
Dhairya Gandhi
e1698e6617
up cuarrays
2020-01-13 16:18:20 +05:30
Dhairya Gandhi
e2a97aec24
up cuda+zygote deps
2020-01-13 16:16:24 +05:30
Dhairya Gandhi
de40476beb
doc tests on julia 1.3
2020-01-13 14:10:34 +05:30
Dhairya Gandhi
d7953ff573
test on julia 1.3+
2020-01-13 13:45:40 +05:30
Dhairya Gandhi
da9f295a8e
bump version to 10.1
2020-01-13 13:41:25 +05:30
Dhairya Gandhi
370fd978fa
Merge pull request #986 from FluxML/restructure
...
Destructure/restructure for models
2020-01-13 13:04:48 +05:30
Dhairya Gandhi
58a7941386
reduce bors timeout
2020-01-13 11:24:04 +05:30
Dhairya Gandhi
0411b9a3e8
rm second slash
2020-01-12 17:35:04 +05:30
Mike Innes
f96270c213
free zygote
2020-01-09 17:16:41 +00:00