Skip to content

Commit

Permalink
Update default_params.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
agosztolai authored Apr 19, 2024
1 parent 20b7f25 commit 506d7f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MARBLE/default_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ order: 2 # order to which to compute the directional derivatives
inner_product_features: False
diffusion: True
frac_sampled_nb: -1 # fraction of neighbours to sample for gradient computation (if -1 then all neighbours)
include_positions: False # include positions as features (warning: this is untested!)
include_positions: False # include positions as features
include_self: True # include vector at the center of feature

# network parameters
Expand All @@ -22,4 +22,4 @@ batch_norm: True # batch normalisation
emb_norm: False # spherical output

# other params
seed: 0 # seed for reproducibility
seed: 0 # seed for reproducibility

0 comments on commit 506d7f2

Please sign in to comment.