Skip to content

Commit

Permalink
turn off detect_anomaly
Browse files Browse the repository at this point in the history
  • Loading branch information
ewencedr committed Jun 14, 2023
1 parent 23284e1 commit 2fa84e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/experiment/fm_tops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ defaults:

tags: ["flow_matching", "tops", "30", "test_runs"]

#seed: 12345
seed: 12345

trainer:
min_epochs: 3
max_epochs: 30
gradient_clip_val: 0.5
detect_anomaly: true # raise exception if NaN or +/-inf is detected in any tensor
# detect_anomaly: true # raise exception if NaN or +/-inf is detected in any tensor

model:
optimizer:
Expand Down Expand Up @@ -76,7 +76,7 @@ data:
- "t"
#- "w"
#- "z"
batch_size: 256
batch_size: 1024
num_particles: ${model.num_particles}
variable_jet_sizes: ${model.mask}
centering: True
Expand All @@ -102,7 +102,7 @@ callbacks:
jetnet_eval:
every_n_epochs: 3
num_jet_samples: 2
batch_size: 1024
batch_size: 256
plot_w_dists: False
w_dists_batches: 2
log_w_dists: True
Expand Down

0 comments on commit 2fa84e6

Please sign in to comment.