Skip to content

Commit

Permalink
Update number of layers and hidden dim (requires halving batch size t…
Browse files Browse the repository at this point in the history
…o 16)
  • Loading branch information
chaitjo committed Sep 15, 2023
1 parent 54ce6c7 commit 50a2239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proteinworkshop/config/encoder/tfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ _target_: proteinworkshop.models.graph_encoders.tfn.TensorProductModel
r_max: 10.0 # Maximum distance for radial basis functions
num_basis: 16 # Number of radial basis functions
max_ell: 2 # Maximum degree/order of spherical harmonics basis functions and node feature tensors
num_layers: 4 # Number of layers in the model
hidden_irreps: "64x0e + 8x0o + 8x1e + 8x1o + 4x2e + 4x2o" # Irreps string for intermediate layer node feature tensors
num_layers: 6 # Number of layers in the model
hidden_irreps: "64x0e + 64x0o + 8x1e + 8x1o + 4x2e + 4x2o" # Irreps string for intermediate layer node feature tensors
mlp_dim: 256 # Dimension of MLP for computing tensor product weights
aggr: "sum" # Aggregation function to use
pool: "mean" # Pooling operation to use
Expand Down

0 comments on commit 50a2239

Please sign in to comment.