Skip to content

Commit

Permalink
Merge pull request #113 from mila-iqia/fix_sphinx
Browse files Browse the repository at this point in the history
Fix sphinx
  • Loading branch information
mirkobronzi authored Nov 7, 2023
2 parents df88605 + 785c898 commit 0b18f0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions examples/local_orion/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ optimizer: adam
loss: cross_entropy
max_epoch: 5
exp_name: my_exp_1
num_workers: 0
# set to null to avoid setting a seed (can speed up GPU computation, but
# results will not be reproducible)
seed: 1234

# architecture
hidden_dim: 'orion~uniform(32,256,discrete=True)'
num_classes: 10
architecture: simple_mlp
hidden_dim: 'orion~uniform(32,256,discrete=True)'

# early stopping
early_stopping:
metric: val_loss
mode: min
patience: 3
patience: 3
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
'gitpython==3.1.27',
'jupyter==1.0.0',
'jinja2==3.1.2',
'myst-parser==0.18.0',
'myst-parser==2.0.0',
'orion>=0.2.4.post1',
'pyyaml==6.0',
'pytest==7.1.2',
'pytest-cov==3.0.0',
'pytorch_lightning==1.8.3',
'pytype==2023.1.17',
'sphinx==5.1.1',
'sphinx-autoapi==1.9.0',
'sphinx-rtd-theme==1.0.0',
'sphinx==7.2.6',
'sphinx-autoapi==3.0.0',
'sphinx-rtd-theme==1.3.0',
'sphinxcontrib-napoleon==0.7',
'sphinxcontrib-katex==0.8.6',
'sphinxcontrib-katex==0.9.9',
'tqdm==4.64.0',
'torch==1.12.0',
'torchvision==0.13.0',
Expand Down

0 comments on commit 0b18f0e

Please sign in to comment.