Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LANL model in tf_training_calls.sh #311

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/tf_training_calls.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Example tensorflow training calls for different model grids

# model: LANL2022
# model: LANLTS2
# lightcurves: lcs_lanl_TS_wind2
create-svdmodel --model LANL2022 --svd-path svdmodels_LANL2022 --interpolation-type tensorflow --tmin 0. --tmax 21.0 --dt 0.1 --data-path lcs_lanl_TS_wind2 --tensorflow-nepochs 100 --outdir output_LANL2022_tf --plot
create-svdmodel --model LANLTS2 --svd-path svdmodels_LANLTS2 --interpolation-type tensorflow --tmin 0. --tmax 21.0 --dt 0.1 --data-path lcs_lanl_TS_wind2 --tensorflow-nepochs 100 --outdir output_LANLTS2_tf --plot

# model: Bu2019lm
# lightcurves: lcs_bulla_2019_bns
Expand Down
Loading