wbenoit Etrainjm commited on
Commit
8b97d2f
·
verified ·
1 Parent(s): 29fdfa7

Update amplfi-hl-config.yaml (#2)

Browse files

- Update amplfi-hl-config.yaml (0eb9919c7c6ef192746450f63563c3bf2c523c0b)


Co-authored-by: Ethan Marx <Etrainjm@users.noreply.huggingface.co>

Files changed (1) hide show
  1. amplfi-hl-config.yaml +84 -1
amplfi-hl-config.yaml CHANGED
@@ -17,7 +17,90 @@ architecture:
17
  init_args:
18
  groups: 8
19
  parameter_sampler:
20
- class_path: buoy.utils.pe.parameter_sampler
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  sample_rate: 2048
22
  inference_params: ["chirp_mass", "mass_ratio", "distance", "phic", "inclination", "dec", "psi", "phi"]
23
  psd_length: 10
 
17
  init_args:
18
  groups: 8
19
  parameter_sampler:
20
+ class_path: amplfi.train.prior.AmplfiPrior
21
+ init_args:
22
+ conversion_function: amplfi.train.conversion.precessing_to_lalsimulation_parameters
23
+ priors:
24
+ chirp_mass:
25
+ class_path: torch.distributions.Uniform
26
+ init_args:
27
+ low: 10
28
+ high: 100
29
+ validate_args: false
30
+ mass_ratio:
31
+ class_path: torch.distributions.Uniform
32
+ init_args:
33
+ low: 0.125
34
+ high: 0.999
35
+ validate_args: false
36
+ distance:
37
+ class_path: torch.distributions.Uniform
38
+ init_args:
39
+ low: 100
40
+ high: 3100
41
+ validate_args: false
42
+ inclination:
43
+ class_path: ml4gw.distributions.Sine
44
+ init_args:
45
+ low: 0
46
+ high: 3.14159
47
+ validate_args: false
48
+ phic:
49
+ class_path: torch.distributions.Uniform
50
+ init_args:
51
+ low: 0.0
52
+ high: 6.28318
53
+ validate_args: false
54
+ a_1:
55
+ class_path: torch.distributions.Uniform
56
+ init_args:
57
+ low: 0.0
58
+ high: 0.999
59
+ validate_args: false
60
+ a_2:
61
+ class_path: torch.distributions.Uniform
62
+ init_args:
63
+ low: 0.0
64
+ high: 0.999
65
+ validate_args: false
66
+ tilt_1:
67
+ class_path: torch.distributions.Uniform
68
+ init_args:
69
+ low: 0.0
70
+ high: 3.14159
71
+ validate_args: false
72
+ tilt_2:
73
+ class_path: torch.distributions.Uniform
74
+ init_args:
75
+ low: 0.0
76
+ high: 3.14159
77
+ validate_args: false
78
+ phi_jl:
79
+ class_path: torch.distributions.Uniform
80
+ init_args:
81
+ low: 0.0
82
+ high: 6.28318
83
+ validate_args: false
84
+ phi_12:
85
+ class_path: torch.distributions.Uniform
86
+ init_args:
87
+ low: 0.0
88
+ high: 6.28318
89
+ validate_args: false
90
+ dec:
91
+ class_path: ml4gw.distributions.Cosine
92
+ psi:
93
+ class_path: torch.distributions.Uniform
94
+ init_args:
95
+ low: 0
96
+ high: 3.14159
97
+ validate_args: false
98
+ phi:
99
+ class_path: torch.distributions.Uniform
100
+ init_args:
101
+ low: 0
102
+ high: 6.28318
103
+ validate_args: false
104
  sample_rate: 2048
105
  inference_params: ["chirp_mass", "mass_ratio", "distance", "phic", "inclination", "dec", "psi", "phi"]
106
  psd_length: 10