Skip to content

Commit

Permalink
Updated default hypers and PET commit
Browse files Browse the repository at this point in the history
  • Loading branch information
abmazitov committed Sep 24, 2024
1 parent 350d276 commit de08f9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ alchemical-model = [
"torch_alchemical @ git+https://github.com/abmazitov/torch_alchemical.git@51ff519",
]
pet = [
"pet @ git+https://github.com/lab-cosmo/pet@292ab40",
"pet @ git+https://github.com/lab-cosmo/pet@8841021",
]
gap = [
"rascaline-torch @ git+https://github.com/luthaf/rascaline@d181b28#subdirectory=python/rascaline-torch",
Expand Down
2 changes: 2 additions & 0 deletions src/metatrain/experimental/pet/default-hypers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ model:

training:
INITIAL_LR: 1e-4
EPOCH_NUM: 1000
EPOCHS_WARMUP: 50
EPOCH_NUM_ATOMIC: 1000000000000000000 # structural version is called "EPOCH_NUM"
SCHEDULER_STEP_SIZE_ATOMIC: 500000000 # structural version is called "SCHEDULER_STEP_SIZE"
EPOCHS_WARMUP_ATOMIC: 250000000 # structural version is called "EPOCHS_WARMUP"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ extras = pet
changedir = src/metatrain/experimental/pet/tests/
commands =
python -m pip uninstall -y pet
python -m pip install "pet @ git+https://github.com/lab-cosmo/pet@292ab40" --no-build-isolation
python -m pip install "pet @ git+https://github.com/lab-cosmo/pet@8841021" --no-build-isolation
pytest {posargs}

[testenv:gap-tests]
Expand Down

0 comments on commit de08f9f

Please sign in to comment.