Dropout
#1695
Replies: 1 comment
-
Out of the box it won't work because we are not passing the arguments that signal that you are training/inferencing to the network. You need to build on top of this PR #1485 (note that the author there wanted to use dropout) I think the PR is 80% there. I'm unsure what is missing. Possibly support in QGT for using SR. To get it merged only some tests are missing, otherwise it would be good to go. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, everybody
Quick question: Is there a way to make an RBM sparse inside Netket, which is known as "dropout" in Artificial Neural Networks?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions