-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write a test for pooled inhibition -- started #239
Comments
false alarm -- nmda variation again it seems. the real culprit was dwt submean. |
really need this test -- it looks like Lvis (which massively uses pooled inhibition) is behaving very differently on GPU in layer V2 which depends critically on pooled inhib. |
fix for divergence in v2: 9448f4d Now Lvis CPU vs. GPU are nearly identical, except for the the critical output layer when increasing NData higher. crazy. did thorough test in pool_test with large layers and ndata = 8 and GABAB, NMDA set to 0 (to avoid contamination) -- Gi does not diverge, but other things are a bit diff still (INet) -- this is just an unavoidable issue apparently: #237 |
found the issue affecting Lvis -- this should be all good now and test is robust with large scale test. |
shows up in the bench_objrec model. None of our tests use pool 4D layers -- will write one for this.
The text was updated successfully, but these errors were encountered: