generate training data with finer length steps

This commit is contained in:
Joseph Hopfmüller
2024-12-02 18:45:10 +01:00
parent c145d58df8
commit 010889af13
182 changed files with 544 additions and 13 deletions

View File

@@ -500,17 +500,8 @@ if __name__ == "__main__":
add_pypho.show_log()
config = get_config()
# length_ranges = [1000, 10000]
# length_scales = [1, 2, 3, 4, 5, 6, 7, 8, 9]
lengths = np.arange(10000, 100000, 1000)
length_loop(config, lengths, incremental=True)
# lengths = [
# length_scale * length_range
# for length_range in length_ranges
# for length_scale in length_scales
# ]
# lengths.append(max(length_ranges)*10)
# length_loop(config, lengths)
single_run_with_plot(config, save=False)
# single_run_with_plot(config, save=False)