Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
tingyu66 committed Jan 19, 2024
1 parent 924e55b commit 0a9c4b8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ class FullyConnectedTensorProductConv(nn.Module):
>>> mlp_channels=None).cuda()
>>> out = conv2(src_features, edge_sh, edge_emb, graph)
>>>
>>> # Case 3: Same as case 1 but with `mlp_fast_first_layer=True`. The scalar features
>>> # from edges, sources and destinations have to be passed in separately.
>>> # Case 3: Same as case 1 but with `mlp_fast_first_layer=True`. The scalar
>>> # features from edges, sources and destinations have to be passed
>>> # in separately.
>>>
>>> conv3 = FullyConnectedTensorProductConv(in_irreps, sh_irreps, out_irreps,
>>> mlp_channels=[6, 16, 16], mlp_fast_first_layer=True).cuda()
Expand Down

0 comments on commit 0a9c4b8

Please sign in to comment.