Skip to content

Commit 289767d

Browse files
authored
Add experimental softplus to LFQ (#97)
1 parent 27988aa commit 289767d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meshgpt_pytorch/meshgpt_pytorch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ def __init__(
457457
quantize_dropout = True,
458458
quantize_dropout_cutoff_index = 1,
459459
quantize_dropout_multiple_of = 1,
460+
experimental_softplus_entropy_loss=True,
460461
),
461462
rvq_kwargs: dict = dict(
462463
kmeans_init = True,

0 commit comments

Comments
 (0)