You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`dcd/<run_name>/<protein>_<replica>.dcd` (the script checks `dcd/64_7_ep12` first, then `dcd/espaloma`).
25
25
26
26
## Environment Setup
@@ -34,15 +34,15 @@ bash install_env.sh
34
34
Notes:
35
35
36
36
- It is a GPU-oriented conda/pip setup and may need adaptation for your system. Some of the dependencies really do not like to play along together depending on the specific computer architecture.
37
-
-`install_env.sh` currently uses `python Models/Espaloma/setup.py install`; that path to your local espaloma repo!
37
+
-`install_env.sh` currently uses `python Models/Espaloma/setup.py install`, change that path to your local espaloma repo.
38
38
-`src/run_model.py` contains a hardcoded Garnet checkpoint path (`trained_model_fp`); update it to your local model path before running `--backend garnet`.
0 commit comments