Feel free to look at the source code, but the crate is not on crates.io, and the majority of the project's "value" is in the mdbook articles that explain what's going on. The book_src/ contains the ...
This is a series of "From Scratch" tutorials I'm writing for implementing cool deep learning state-of-the-art models on my own using Tensorflow and Pytorch. What I cannot create, I do not understand. ...