Skip to content

Commit

Permalink
Train the model for phi as well
Browse files Browse the repository at this point in the history
  • Loading branch information
akrause2014 authored May 23, 2024
1 parent 397c6a3 commit 6139808
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion files/5-training/submit-training.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ python ${SIMLINT_HOME}/files/5-training/training.py --epochs 100 --batch-size 32

# model the density error
python ${SIMLINT_HOME}/files/5-training/training.py --epochs 100 --batch-size 32 --learning-rate 0.0001 \
--trajectories 10 --data-directory ${WORK}/data/training/ --variables n --task-id dens
--trajectories 10 --data-directory ${WORK}/data/training/ --variables n --task-id dens

# model the electrostatic potential error
python ${SIMLINT_HOME}/files/5-training/training.py --epochs 100 --batch-size 32 --learning-rate 0.0001 \
--trajectories 10 --data-directory ${WORK}/data/training/ --variables phi --task-id phi

0 comments on commit 6139808

Please sign in to comment.