Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Aug 20, 2020
1 parent 7ed8ac9 commit 2d5d324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ from vector_quantize_pytorch import VectorQuantize
vq = VectorQuantize(
dim = 256,
n_embed = 512, # size of the dictionary
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
commitment = 1. # the weight on the commitment loss
)

Expand Down

0 comments on commit 2d5d324

Please sign in to comment.