Michele Pratusevich
Michele Pratusevich
We are using DIGITS 6.1.1 / NVCaffe 0.17.1 / DIGITS image nvcr.io/nvidia/digits:19.06-caffe to train models using DIGITS and Caffe. However, selecting the "Compatible" option to save models in the old...
Is future development encouraged to use https://github.com/simonster/JLD2.jl? If so, can it be mentioned in the README so that Google searches don't lead to a dead end package =). Alternatively, if...
It would be awesome for NNlib to have auto-generated documentation like many other wonderful Julia packages (including Flux.jl). I know you can always look at source, but documentation is really...
Grouped equivariant CNNs are just one example of fully steerable CNNs - is this framework easily extensible to continuous fully steerable CNN representations? (we met at ICLR a month ago...
Is it possible to include a setting to ignore formatting certain folders / files? I have a bunch of thirdparty packages as submodules, and auto-formatting them on save messes up...
This library provides many useful functions! It needs a (generated and linked) documentation website.
In the paginator, pass a `post.excerpt_size` variable to allow each post to specify a custom excerpt size in the front matter. For example: ``` --- title: My Awesome Post layout:...
The example in `multithreading_opencv.py` uses `Thread` objects rather than `multiprocessing.Process` objects in Python. I have an implementation that simultaneously is attempting to stream from 2 cameras in separate `Process` objects...
Examples for how to use the nonogram-solver: - encoding a nonogram - generating a nonogram from constrants - generating an optimal nonogram from solutions - solving a nonogram from constraints