Skip to content

Commit 3d9a5d1

Browse files
committed
update credentials
1 parent 3ddd1d1 commit 3d9a5d1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ DeepOBS is a benchmarking suite that drastically simplifies, automates and impro
44

55
It can evaluate the performance of new optimizers on a variety of **real-world test problems** and automatically compare them with **realistic baselines**.
66

7-
The full documentation is available on readthedocs: https://deepobs-iclr.readthedocs.io/
7+
The full documentation is available on readthedocs: https://deepobs.readthedocs.io/
88

9-
The paper describing DeepOBS is currently under review for ICLR 2019:
9+
The paper describing DeepOBS has been accepted for ICLR 2019 and can be found here:
1010
https://openreview.net/forum?id=rJg6ssC5Y7
1111

1212
## Quick Start Guide
1313

1414
### Install Deep OBS
15-
pip install git+https://github.com/anonymousICLR2019submitter/DeepOBS.git
15+
pip install git+https://github.com/fsschneider/DeepOBS.git
1616

1717
### Download the data
1818
deepobs_prepare_data.sh
@@ -32,7 +32,7 @@ Of course, the real value of a benchmark lies in evaluating new optimizers:
3232
### Download and edit a run script
3333
You can download a template run script from there
3434

35-
https://github.com/anonymousICLR2019submitter/DeepOBS/blob/master/scripts/deepobs_run_sgd.py
35+
https://github.com/fsschneider/DeepOBS/blob/master/scripts/deepobs_run_sgd.py
3636

3737
Now you have a deepobs_run_script.py script in your folder. In order to run your optimizer, you need to change a few things in this script.
3838
The script takes take of the training, evaluation and logging.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
setup(name='deepobs',
44
version='1.0.1',
55
description='Deep Optimization Benchmark Suite',
6-
url='https://github.com/anonymousICLR2019submitter/DeepOBS',
7-
author='Anonymous ICLR 2019 Submitter',
8-
author_email='anonymousiclr2019submitter@gmail.com',
6+
url='https://github.com/fsschneider/DeepOBS',
7+
author='Frank Schneider, Lukas Balles',
8+
author_email='frank.schneider@tuebingen.mpg.de',
99
license='MIT',
1010
packages=find_packages(),
1111
install_requires=[

0 commit comments

Comments
 (0)