Is Module.eval()
same as Module.train(False)
?
#538
Answered
by
angeloskath
RahulBhalley
asked this question in
Q&A
-
In documentation, we have |
Beta Was this translation helpful? Give feedback.
Answered by
angeloskath
Jan 24, 2024
Replies: 1 comment 1 reply
-
Yes it is literally how mlx/python/mlx/nn/layers/base.py Line 543 in f30e633 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RahulBhalley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes it is literally how
Module.eval()
is implemented.mlx/python/mlx/nn/layers/base.py
Line 543 in f30e633