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 7ed8ac9 commit 2d5d324Copy full SHA for 2d5d324
README.md
@@ -19,7 +19,7 @@ from vector_quantize_pytorch import VectorQuantize
19
vq = VectorQuantize(
20
dim = 256,
21
n_embed = 512, # size of the dictionary
22
- decay = 0.8, # the exponential moving average decay, lower means the dictionary will change faster
+ decay = 0.8, # the exponential moving average decay, lower means the dictionary will change faster
23
commitment = 1. # the weight on the commitment loss
24
)
25
0 commit comments