Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHelfer authored Aug 27, 2024
1 parent 0bdbe77 commit df24393
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@ Before installing, ensure you have the following prerequisites:
```bash
pip install -r requirements.txt
```

5. #### Run the Script
Execute the main script to start your analysis:
```bash
python script.py --config_path configs/config.yaml
```
6. #### Restart script
To start off from a checkpoint use
```bash
python script.py --ckpt_path analysis/batch_sweep/worldly-sweep-4/model.ckpt
```
where there should be a config.yaml corresponing to this run in the same folder

### Setting Up a Hyperparameter Scan with Weights & Biases

Expand Down Expand Up @@ -96,10 +84,6 @@ Before installing, ensure you have the following prerequisites:
```bash
python script_wandb.py [sweep_id]
```
or for pretraining the lightcurve encoder please use:
```bash
python pretraining_wandb.py configs/config_grid.yaml
```
6. #### API Key Configuration
The first execution will prompt you for your Weights & Biases API key, which can be found [here]([https://wandb.ai](https://wandb.ai/authorize)https://wandb.ai/authorize).
Alternatively, you can set your API key as an environment variable, especially if running on a compute node:
Expand Down

0 comments on commit df24393

Please sign in to comment.