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.
2 parents 5239009 + 6cf11ba commit 7e58dd3Copy full SHA for 7e58dd3
meshgpt_pytorch/meshgpt_pytorch.py
@@ -433,7 +433,6 @@ def __init__(
433
use_linear_attn = True,
434
pad_id = -1,
435
flash_attn = True,
436
- sageconv_dropout = 0.,
437
attn_dropout = 0.,
438
ff_dropout = 0.,
439
resnet_dropout = 0,
@@ -482,10 +481,7 @@ def __init__(
482
481
483
self.project_in = nn.Linear(init_dim, dim_codebook)
484
485
- # initial sage conv
486
-
487
- sageconv_kwargs = {**sageconv_kwargs, 'sageconv_dropout' : sageconv_dropout}
488
+ # initial sage conv
489
init_encoder_dim, *encoder_dims_through_depth = encoder_dims_through_depth
490
curr_dim = init_encoder_dim
491
meshgpt_pytorch/version.py
@@ -1 +1 @@
1
-__version__ = '1.1.0'
+__version__ = '1.1.1'
0 commit comments