-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from anyangml/chore/integration-cleanup
Chore: Integration cleanup
- Loading branch information
Showing
10 changed files
with
178 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ __pycache__/ | |
.installed.cfg | ||
*.egg | ||
.env | ||
*.jpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
# LAMstare | ||
<p align="center"> | ||
<img width="125" alt="image" src="https://github.com/user-attachments/assets/e4949ee3-1ec6-4eab-b817-b1596035bcc2"> | ||
</p> | ||
|
||
LAMstare is an MLOps tool developed for monitoring the training process of Large Atomic Models (LAM) within the deepmd-kit framework. It serves two primary functions: | ||
- Monitoring the training process (for both single-task and multi-task scenarios) with a learning curve and on-the-fly in-distribution (ID) tests. | ||
- Conducting thorough evaluations of the model on out-of-distribution (OOD) tests. | ||
|
||
|
||
|
||
## How to use | ||
|
||
The MLOps pipeline is designed to be as straightforward as possible. To monitor the training process, you can set up cron jobs. The less frequent OOD tests should be triggered manually. | ||
|
||
- To monitor the training process, set a cron job for `LAMstare/lamstare/experiments/cron_job.sh`. | ||
- Update the experiments you wish to monitor in `LAMstare/lamstare/utils/dlc_submit.py`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
#!/bin/bash | ||
|
||
source /mnt/workspace/public/Miniconda/etc/profile.d/conda.sh # may need update | ||
conda activate openlam_db # may need update | ||
python /mnt/data_nas/public/multitask/eval_scripts/run_dptest.py # may need update --> update to call dlc_submit | ||
source /mnt/data_nas/public/Miniconda/etc/profile.d/conda.sh # may need update | ||
conda activate lamsatre # may need update | ||
bash /mnt/data_nas/penganyang/renew_dlc.sh # to renew dlc credential | ||
python /mnt/data_nas/public/multitask/LAMstare/lamstare/utils/dlc_submit.py # may need update --> update to call dlc_submit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash | ||
|
||
source /mnt/workspace/public/Miniconda/etc/profile.d/conda.sh | ||
conda activate lamstare | ||
python /mnt/workspace/public/multitask/LAMstare/lamstare/experiments/plt_lcurve.py | ||
python /mnt/workspace/public/multitask/LAMstare/lamstare/experiments/plt_test.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.