Skip to content

Commit

Permalink
Merge pull request #26 from HITS-AIN/minorcleanup
Browse files Browse the repository at this point in the history
WIP: Minorcleanup
  • Loading branch information
BerndDoser committed Oct 10, 2023
2 parents 0fb663f + c230441 commit 3f8b9af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "python",
"request": "launch",
"program": "main.py",
"args": "fit -c experiments/Illustris.yaml",
"args": "fit -c experiments/illustris.yaml",
"console": "integratedTerminal",
"justMyCode": true
},
Expand All @@ -18,7 +18,7 @@
"type": "python",
"request": "launch",
"program": "main.py",
"args": "fit -c experiments/GZ.yaml",
"args": "fit -c experiments/gz.yaml",
"console": "integratedTerminal",
"justMyCode": true
},
Expand Down Expand Up @@ -49,4 +49,4 @@
"justMyCode": true
}
]
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ conda activate spherinator
[LightningCLI](https://lightning.ai/docs/pytorch/latest/cli/lightning_cli.html#lightning-cli) is a command line interface separating source code from hyperparameters. Hyperparameters are defined in a YAML file `config.yaml` and passed to the CLI.

```bash
python main.py fit -c experiments/Illustris.yaml
python main.py fit -c experiments/illustris.yaml
```


Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3f8b9af

Please sign in to comment.