File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ DeepOBS automates several steps when benchmarking deep learning optimizers:
27
27
28
28
The code for the current implementation working with ** TensorFlow** can be found
29
29
on [ Github] ( https://github.com/fsschneider/DeepOBS ) .
30
- A PyTorch version is currently developed (see News section below).
30
+ A PyTorch version is currently developed and can be accessed via the pre-release or the develop branch (see News section below).
31
31
32
32
The full documentation is available on readthedocs:
33
33
https://deepobs.readthedocs.io/
@@ -43,9 +43,10 @@ We are always interested in feedback and ways to improve DeepOBS.**
43
43
44
44
We are currently working on a new and improved version of DeepOBS, version 1.2.0.
45
45
It will support ** PyTorch** in addition to TensorFlow, has an easier interface, and
46
- many bugs ironed out. You can find the latest version of it in [ this branch] ( https://github.com/fsschneider/DeepOBS/tree/v1.2.0-beta0 ) .
46
+ many bugs ironed out. You can find the latest version of it in [ this branch] ( https://github.com/fsschneider/DeepOBS/tree/develop ) .
47
47
48
- A pre-release, version 1.2.0-beta0, will be available shortly and a full release is expected in a few weeks.
48
+ A [ pre-release] ( https://github.com/fsschneider/DeepOBS/releases/tag/v1.2.0-beta0 ) is available now.
49
+ The full release is expected in a few weeks.
49
50
50
51
Many thanks to [ Aaron Bahde] ( https://github.com/abahde ) for spearheading the developement of DeepOBS 1.2.0.
51
52
You can’t perform that action at this time.
0 commit comments