Skip to content

Commit

Permalink
fix config path
Browse files Browse the repository at this point in the history
  • Loading branch information
ziw-liu committed Sep 28, 2024
1 parent 45f3122 commit 8551c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ Wells: 1
Training can be performed with the following command:

```sh
python -m viscy.cli.contrastive_triplet fit -c ./examples/fit_ctc.yaml
python -m viscy.cli.contrastive_triplet fit -c ./examples/fit_ctc.yml
```

The TensorBoard logs and model checkpoints will be saved the `./lightning_logs` directory.

Prediction of features on the entire dataset using the trained model can be done with:

```sh
python -m viscy.cli.contrastive_triplet predict -c ./examples/predict_ctc.yaml
python -m viscy.cli.contrastive_triplet predict -c ./examples/predict_ctc.yml
```

0 comments on commit 8551c8e

Please sign in to comment.