Skip to content

Commit

Permalink
Add comment about save path.
Browse files Browse the repository at this point in the history
  • Loading branch information
alicjapolanska committed Nov 15, 2023
1 parent 2356dbf commit 3719a61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/gaussian_nondiagcov.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def run_example(
elif flow_type == "RQSpline":
epochs_num = 3

# Beginning of path where plots will be saved
save_name_start = "examples/plots/" + flow_type

temperature = 0.8
Expand Down
1 change: 1 addition & 0 deletions examples/normal_gamma.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def run_example(
elif flow_type == "RQSpline":
epochs_num = 10

# Beginning of path where plots will be saved
save_name_start = "examples/plots/" + flow_type

standardize = True
Expand Down
1 change: 1 addition & 0 deletions examples/radiata_pine.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ def run_example(
# Set general parameters.
savefigs = True

# Beginning of path where plots will be saved
save_name_start = "examples/plots/" + flow_type

training_proportion = 0.5
Expand Down

0 comments on commit 3719a61

Please sign in to comment.