Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jul 26, 2020
1 parent 96686f2 commit fdb234c
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 @@ -20,7 +20,7 @@ from mogrifier import Mogrifier

m = Mogrifier(
dim = 512,
iters = 5, # number of iterations, defaults to 5 as paper recommended for LSTM
iters = 5, # number of iterations, defaults to 5 as paper recommended for LSTM
factorize_k = 16 # factorize weight matrices into (dim x k) and (k x dim), if specified
)

Expand Down

0 comments on commit fdb234c

Please sign in to comment.