Skip to content

Commit

Permalink
Add resubmission draft outputs and network
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGesseyJones committed Apr 19, 2024
1 parent 684d6c5 commit 4290438
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 14 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Total Definitive Detection Probability: 0.558
Total Definitive Detection Probability: 0.555
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Total Definitive Detection Probability: 0.464
Total Definitive Detection Probability: 0.460
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Total Definitive Detection Probability: 0.314
Total Definitive Detection Probability: 0.324
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
Polychord Verification Results
-----------------------------

Mean log K error: 0.2878
RMSE in log K: 6.7383
Mean log K error: 0.8847
RMSE in log K: 9.4485

2 sigma detection statistics:
57.10% of signals were detectable according to Polychord
56.30% of signals were detectable according to the network
-0.80% difference in detection rate
3.20% of signals changed detection status
4.00% of signals changed detection status

3 sigma detection statistics:
47.60% of signals were detectable according to Polychord
46.30% of signals were detectable according to the network
-1.30% difference in detection rate
3.90% of signals changed detection status
46.00% of signals were detectable according to the network
-1.60% difference in detection rate
3.40% of signals changed detection status

5 sigma detection statistics:
30.90% of signals were detectable according to Polychord
31.70% of signals were detectable according to the network
0.80% difference in detection rate
3.80% of signals changed detection status
33.00% of signals were detectable according to the network
2.10% difference in detection rate
4.90% of signals changed detection status

Network testing loss: 0.5956
Network testing loss: 0.5868
Binary file modified figures_and_results/timing_data/timing_data_noise_0.015.pkl
Binary file not shown.
Binary file modified models/en_noise_0.015/global_signal_en_noise_0.015.h5
Binary file not shown.
Binary file modified models/en_noise_0.015/preprocessing_means.npz
Binary file not shown.
Binary file modified models/en_noise_0.015/preprocessing_whitenings.npz
Binary file not shown.
2 changes: 1 addition & 1 deletion train_evidence_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main():
signal_simulator,
alpha=EN_ALPHA,
data_preprocessing=data_preprocessing)
en.train(epochs=300,
en.train(epochs=900,
train_data_samples_per_model=32_000_000,
validation_data_samples_per_model=12_800_000,
initial_learning_rate=1e-3,
Expand Down
Binary file modified verification_data/en_log_k_noise_0.015.npz
Binary file not shown.

0 comments on commit 4290438

Please sign in to comment.