We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9750d22 commit 6cf11baCopy full SHA for 6cf11ba
meshgpt_pytorch/meshgpt_pytorch.py
@@ -485,7 +485,7 @@ def __init__(
485
init_encoder_dim, *encoder_dims_through_depth = encoder_dims_through_depth
486
curr_dim = init_encoder_dim
487
488
- self.init_sage_conv = SAGEConv(dim_codebook, init_encoder_dim, {**sageconv_kwargs})
+ self.init_sage_conv = SAGEConv(dim_codebook, init_encoder_dim, **sageconv_kwargs)
489
490
self.init_encoder_act_and_norm = nn.Sequential(
491
nn.SiLU(),
0 commit comments