Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 committed Sep 11, 2023
1 parent 7f5e6c7 commit f1d1f8f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,11 @@
6. Execute the autotune script in the container
```
docker exec -d autotune python /census-scvi/bin/autotune_scvi_v2.py --adata_path path_to_adata --batch_key batch_key --num_cpus num_cpus --num_gpus num_gpus --experiment_name experiment_name --save_dir /data
```
```

7. After the experiment finishes, you can stop the container
```
docker stop autotune
```

8. All logs are stored in the `save_dir` argument passed into (6)

0 comments on commit f1d1f8f

Please sign in to comment.