Kill off Neural Networks
vbop9834 opened this issue · 1 comments
vbop9834 commented
Implementing a die into the network allows control over the life of a neural network. This is important for exiting the asynchronous process.
vbop9834 commented
Turns out that during one of my solution cleanups, I left an infinite recursive call in the die function.
Lesson learned: Don't skip lunch to code.