Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret authored Mar 12, 2024
2 parents 7843dd7 + bc73845 commit ad5c47e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/full_detector/configs/oc/model_gc_loss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ init_args:
class_path: gnn_tracking.models.graph_construction.MLGraphConstructionFromChkpt
init_args:
ml_chkpt_path: /home/kl5675/Documents/23/git_sync/hyperparameter_optimization2/scripts/full_detector/lightning_logs/garrulous-peach-manatee/checkpoints/epoch=111-step=50400.compat.ckpt
max_num_neighbors: 15
max_num_neighbors: 20
max_radius: 1.
use_embedding_features: true
build_edge_features: true
Expand Down
6 changes: 2 additions & 4 deletions scripts/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ Next, you need one of the python scripts `run_*.py`. If you have one that ends
with the `_test.py` suffix, even better (it will have some things like
checkpoints and more disabled). For example, `pixel/run_gc_test.py`.

> [!WARNING]
> Currently, all wandb settings are hard-coded in the `.py` files.
> [!WARNING] Currently, all wandb settings are hard-coded in the `.py` files.
> Make sure to select the right project and group there (though we can always
> fix things later).
Expand Down Expand Up @@ -60,8 +59,7 @@ run_oc_test.py fit --config configs/config.yml --data configs/data.yml \
--ckpt_path lightning_logs/organic-invisible-reindeer/persitent-checkpoints/epoch=197-step=89100.ckpt
```

> [!tip]
> More information on continuing runs see the section below.
> [!tip] More information on continuing runs see the section below.
### Batch submission

Expand Down

0 comments on commit ad5c47e

Please sign in to comment.