William Falcon
ac8186cb3c
Update README.md
2019-08-19 07:20:10 -04:00
Jirka Borovec
dbbbba35c9
add Codecov info ( #144 )
2019-08-19 06:35:09 -04:00
William Falcon
f2a02881e3
Update README.md
2019-08-18 19:17:25 -04:00
William Falcon
e8c423a3b0
Update README.md
2019-08-18 19:16:57 -04:00
William Falcon
73b70584e7
Update README.md
2019-08-18 19:16:25 -04:00
William Falcon
736cf9b162
Update README.md
2019-08-18 19:16:09 -04:00
William Falcon
5771583c9d
Update README.md
2019-08-18 19:15:41 -04:00
William Falcon
64503f0d5e
Update README.md
2019-08-18 19:15:09 -04:00
William Falcon
504418d157
Update README.md
2019-08-18 19:05:13 -04:00
William Falcon
ad61b03fe9
Update README.md
2019-08-18 18:51:47 -04:00
sebftw
a7a14dadb6
F.cross_entropy(y_hat, y)(y_hat, y) typo. ( #137 )
...
This seems to be a typo. Throws TypeError: 'Tensor' object is not callable.
2019-08-18 18:17:43 -04:00
sebftw
b2a49197e4
tensorboarX to tensorboardX ( #136 )
...
* tensorboarX to tensorboardX
* Update properties.md
2019-08-18 18:17:05 -04:00
sebftw
23a4421595
Removed redundant line. ( #140 )
2019-08-18 18:16:30 -04:00
sebftw
26d3f0dbea
Error if dataset size = 1 batch. ( #141 )
...
Fix for the bug mentioned in https://github.com/williamFalcon/pytorch-lightning/issues/139
2019-08-18 18:15:58 -04:00
Maxim Andreev
e646d745da
use val_percent_check in validation step ( #135 )
2019-08-18 11:02:28 -04:00
William Falcon
9aa9a1a796
Update lightning_module_template.py
2019-08-17 11:11:07 -04:00
Ir1dXD
48de39ed50
elaborate on the correlation between overfit_pct and xxx_percent_check ( #132 )
...
* Update Training Loop.md
* update docs and elaborate on the correlation
2019-08-17 10:23:25 -04:00
William Falcon
1a31782272
fixed str crash err
2019-08-17 10:20:58 -04:00
Ir1dXD
24a97956e4
fix typo in docs ( #129 )
...
* fix typo
* fix typo
* fix typo
* fix list
2019-08-17 07:48:33 -04:00
William Falcon
1b7d66d089
Merge branch 'master' of https://github.com/williamFalcon/pytorch-lightning
2019-08-16 17:14:40 -04:00
William Falcon
e60e002f17
updated docs
2019-08-16 17:14:31 -04:00
William Falcon
308239cef0
allow loss to be used for early stopping ( #127 )
2019-08-16 11:58:44 -04:00
William Falcon
bdd86087e6
updated docs
2019-08-16 10:07:56 -04:00
William Falcon
50f0de094f
updated docs
2019-08-16 10:07:44 -04:00
William Falcon
bc401d0f59
updated docs
2019-08-16 10:02:28 -04:00
William Falcon
4b97319c2e
updated docs
2019-08-15 21:29:25 -04:00
William Falcon
90f01c05bc
updated docs
2019-08-15 21:21:26 -04:00
William Falcon
0e92a9d7af
updated docs
2019-08-15 21:19:29 -04:00
William Falcon
81837221a4
updated docs
2019-08-15 13:59:54 -04:00
William Falcon
44da88fd15
updated docs
2019-08-15 13:59:27 -04:00
William Falcon
3f1feb014f
release v0.4.6
0.4.6
2019-08-15 13:55:58 -04:00
Jirka Borovec
6f1d2c45fe
update Win CI req. ( #123 )
2019-08-15 11:45:03 -04:00
William Falcon
a27fb5d54c
enhanced optimizer return options ( #120 )
...
* added smarter optimizer options
* added smarter optimizer options
* added smarter optimizer options tests
* added smarter optimizer options tests
* added smarter optimizer options tests
* added smarter optimizer options tests
* added smarter optimizer options tests
* added smarter optimizer options tests
* added smarter optimizer options tests
* added single gpu data transfer recursive
* added single gpu data transfer recursive
* added single gpu data transfer recursive
* added single gpu data transfer recursive
* added single gpu data transfer recursive
2019-08-15 11:31:56 -04:00
Jirka Borovec
83b1646e45
fix appveyor ( #69 )
...
* fix appveyor
* fix appveyor
2019-08-15 09:54:29 -04:00
William Falcon
db9254acbe
enable recursive parsing for single gpu inputs ( #121 )
...
* added tests
* added single gpu data transfer recursive
* added single gpu data transfer recursive
* added single gpu data transfer recursive
* added single gpu data transfer recursive
* added single gpu data transfer recursive
* added single gpu data transfer recursive
2019-08-15 09:39:09 -04:00
William Falcon
0f287ce5ea
Update tox.ini
2019-08-14 10:22:41 -04:00
William Falcon
590282f2b0
Update gan.py
2019-08-14 09:29:02 -04:00
William Falcon
2f984c9971
enable returning only opt list ( #114 )
2019-08-14 09:02:11 -04:00
William Falcon
b64e94bae3
Merge branch 'master' of https://github.com/williamFalcon/pytorch-lightning
2019-08-14 08:59:15 -04:00
William Falcon
e000f052ac
ommit templates folder
2019-08-14 08:59:05 -04:00
William Falcon
c9117f74b2
Update gan.py
2019-08-14 08:43:50 -04:00
William Falcon
13f2d1ab1c
Update gan.py
2019-08-14 08:41:32 -04:00
William Falcon
0d5da5f29b
added gan template ( #115 )
...
* added gan template
* ommit templates folder
2019-08-14 08:38:49 -04:00
William Falcon
4795130538
Update README.md
2019-08-14 07:21:45 -04:00
William Falcon
5a834c794b
Update README.md
2019-08-14 07:19:58 -04:00
Ir1dXD
f0af138675
docs: enable syntax highlight ( #109 )
2019-08-13 16:19:58 -04:00
William Falcon
3dea127edb
updated docs
2019-08-13 13:05:47 -04:00
William Falcon
d4b1ac94a0
updated docs
2019-08-13 13:03:39 -04:00
William Falcon
087be2f1c4
Merge branch 'master' of https://github.com/williamFalcon/pytorch-lightning
2019-08-13 13:02:21 -04:00
William Falcon
b89b7f0a8c
updated docs
2019-08-13 13:02:17 -04:00