William Falcon
|
b3a846c6cf
|
release v0.4.3
|
2019-08-10 10:04:00 -04:00 |
William Falcon
|
73d08557ba
|
fix accumulated grad norm fixes #87 (#88)
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
* Update trainer.py
|
2019-08-10 08:32:45 -04:00 |
Lorenzo Fabbri
|
09d4475cc7
|
Update Checkpointing.md (#83)
* Update Checkpointing.md
Modified import for ModelCheckpoint.
* Update Checkpointing.md
|
2019-08-09 15:02:36 -04:00 |
Rich Lewis
|
dd0db4aba2
|
docs(trainer): fix gradient clipping entry (#85)
- replace copy and paste error
- write brief description
- add link to pytorch docs for specific clipping implementation
- add example configuration
|
2019-08-09 15:02:14 -04:00 |
William Falcon
|
018b8da50e
|
Update issue templates
|
2019-08-08 14:30:55 -04:00 |
William Falcon
|
66c8ed0091
|
Update README.md
|
2019-08-08 14:27:47 -04:00 |
William Falcon
|
48f0cd0f63
|
release v0.4.2
|
2019-08-08 14:23:50 -04:00 |
William Falcon
|
0c584a6a13
|
updated support for 1.2.0 (#80)
|
2019-08-08 14:05:03 -04:00 |
William Falcon
|
44686f74d8
|
release v0.4.1
|
2019-08-08 13:08:25 -04:00 |
William Falcon
|
011a2f3dd7
|
release v0.4.1
|
2019-08-08 13:08:02 -04:00 |
William Falcon
|
a3d061a559
|
release v0.4.1
|
2019-08-08 13:06:20 -04:00 |
William Falcon
|
fec1f9fcd2
|
fix py 1.1.0 for now
|
2019-08-08 13:06:08 -04:00 |
William Falcon
|
3d2b9fd234
|
Update README.md
|
2019-08-08 12:43:14 -04:00 |
William Falcon
|
4a2dca331e
|
release v0.4.0
|
2019-08-08 12:32:45 -04:00 |
William Falcon
|
8cd764a151
|
removed reduce on non-loss outputs from dp (#78)
* removed reduce on non-loss outputs from dp
* fixed val reduce
* fixed val reduce
* fixed val reduce
* fixed val reduce
|
2019-08-08 12:06:29 -04:00 |
William Falcon
|
fcea3971a8
|
Update README.md
|
2019-08-08 11:03:12 -04:00 |
William Falcon
|
3d23a56ed2
|
make experiment param in trainer optional (#77)
* removed forced exp
* modified test to also run without exp
|
2019-08-08 10:59:16 -04:00 |
William Falcon
|
aa7245d9db
|
Load fix (#74)
* skip weight load without callback
* added simple cpu test
* fixed pep
|
2019-08-08 06:00:04 -04:00 |
William Falcon
|
a8abeaf50e
|
Update CONTRIBUTING.md
|
2019-08-08 05:38:36 -04:00 |
Jirka Borovec
|
d0ccbb8e1c
|
fix loading pkg while setup (#71)
* fix loading package while setup #56
* Update setup.py
* Update __init__.py
* Update setup.py
* use complete req.
* Update setup.py
* Update setup.py
|
2019-08-08 05:17:23 -04:00 |
William Falcon
|
514cab131e
|
Merge pull request #68 from williamFalcon/williamFalcon-patch-1
Update setup.py
|
2019-08-07 16:34:25 -04:00 |
William Falcon
|
b820f2e95d
|
Update setup.py
|
2019-08-07 16:05:08 -04:00 |
William Falcon
|
2425ef003f
|
Merge branch 'master' of https://github.com/williamFalcon/pytorch-lightning
|
2019-08-07 16:02:04 -04:00 |
William Falcon
|
5c6cdc0f27
|
updated docs
|
2019-08-07 16:01:51 -04:00 |
William Falcon
|
13df930f9a
|
Merge pull request #63 from sidhanthholalkere/readme
Fix typo in README.md
|
2019-08-07 14:24:13 -04:00 |
William Falcon
|
6a1128410f
|
Merge pull request #66 from williamFalcon/no_back
No back
|
2019-08-07 14:20:01 -04:00 |
William Falcon
|
b198435d0e
|
added single gpu train doc
|
2019-08-07 14:16:40 -04:00 |
William Falcon
|
cca6d2c65d
|
added single gpu train doc
|
2019-08-07 14:14:23 -04:00 |
William Falcon
|
f3dea818f2
|
added single gpu train test
|
2019-08-07 13:54:32 -04:00 |
William Falcon
|
ab499573a1
|
added single gpu train test
|
2019-08-07 13:53:44 -04:00 |
William Falcon
|
56f16694c4
|
added single gpu train test
|
2019-08-07 13:50:12 -04:00 |
William Falcon
|
2f7a9ad40d
|
added single gpu train test
|
2019-08-07 13:49:01 -04:00 |
William Falcon
|
9ecb1f2aee
|
added single gpu train test
|
2019-08-07 13:46:06 -04:00 |
William Falcon
|
e30514922b
|
added single gpu train test
|
2019-08-07 13:43:28 -04:00 |
William Falcon
|
c7e8436083
|
added single gpu train test
|
2019-08-07 13:40:51 -04:00 |
William Falcon
|
afa4548b12
|
added single gpu train
|
2019-08-07 13:39:40 -04:00 |
William Falcon
|
73b50abb57
|
updated docs
|
2019-08-07 13:23:47 -04:00 |
William Falcon
|
1514810c3a
|
updated docs
|
2019-08-07 13:21:25 -04:00 |
William Falcon
|
08a6a250c7
|
updated docs
|
2019-08-07 13:17:51 -04:00 |
William Falcon
|
48bc3465e9
|
updated docs
|
2019-08-07 13:15:42 -04:00 |
William Falcon
|
0895a41fb9
|
Merge pull request #64 from williamFalcon/cov
added test model to do also
|
2019-08-07 13:04:47 -04:00 |
williamFalcon
|
8c41bfe267
|
moved badge
|
2019-08-07 10:03:28 -07:00 |
William Falcon
|
5785e5965d
|
last config try
|
2019-08-07 12:51:52 -04:00 |
William Falcon
|
0985a1875c
|
last config try
|
2019-08-07 12:42:36 -04:00 |
William Falcon
|
c043862a55
|
moved badge image
|
2019-08-07 12:27:52 -04:00 |
William Falcon
|
1d1c89f495
|
moved badge image
|
2019-08-07 12:14:31 -04:00 |
William Falcon
|
edcb5e97df
|
moved badge image
|
2019-08-07 12:01:45 -04:00 |
William Falcon
|
075653e6dd
|
moved badge image
|
2019-08-07 12:01:18 -04:00 |
William Falcon
|
cb0ab9d212
|
moved badge image
|
2019-08-07 11:50:51 -04:00 |
William Falcon
|
d5e609398c
|
moved badge image
|
2019-08-07 11:49:37 -04:00 |