Skip to content

Commit 2d5d324

Browse files
committed
fix readme
1 parent 7ed8ac9 commit 2d5d324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ from vector_quantize_pytorch import VectorQuantize
1919
vq = VectorQuantize(
2020
dim = 256,
2121
n_embed = 512, # size of the dictionary
22-
decay = 0.8, # the exponential moving average decay, lower means the dictionary will change faster
22+
decay = 0.8, # the exponential moving average decay, lower means the dictionary will change faster
2323
commitment = 1. # the weight on the commitment loss
2424
)
2525

0 commit comments

Comments
 (0)