-
Notifications
You must be signed in to change notification settings - Fork 1
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
rewrite codebase #80
base: dev
Are you sure you want to change the base?
rewrite codebase #80
Conversation
All the runtime things should be pretty much done, now I just need to add all the reproduction and mutation stuff. |
probably should get rid of all the |
turns out the bi-directional thing was not actually necessary, should remove |
It's possible that with |
for whatever reason the activations registry is coming up empty. |
after further debugging, it seems that the registry does in fact have activations, the activations_in_scope function is what's returning empty. |
still looks like it's hanging/deadlocking |
|
somehow it's creating input neurons that point to invalid indices in the output layer |
Taking a break from this for AoC and other things, should be back after Christmas break |
Will probably be back to working on this soon, though I might wait until after midterms due to the amount of stuff still going on. |
Massive changes to the codebase