Vlad Niculae
Vlad Niculae
I think I'm seeing the same issue or a related one: I tried running several of the bundled examples and the plotted window is instantly closed before i have a...
Hi, We did use the GPU in our experiments. The SparseMAP layer itself cannot run on the GPU because it relies on external C++ code. What I recommend is: (i)...
This would be a very welcome contribution if you have the time! For sparsemax and entmax please also consider the [deep-spin/entmax](https://github.com/deep-spin/entmax) package
Hi, Are the unit tests in my repository passing on your computer? Perhaps there is some version mismatch, otherwise I don't know. I'm not familiar with @msobroza's implementation, I will...
No, I have not had problems. 1. Are the unit tests passing? 2. Are you sure that the way you are using the functions applies normalization along the same dimension?...
Do you mean the experiments from the NIPS paper? Unfortunately those are not implemented in this repository, this just implements the fundamental building blocks usable from pytorch. In general you...
there are unit tests in this repository that check that the implementation is correct. You can look at the `test_*.py` files, or run them using `pytest`. Maybe in a future...
I was just reading on [hybrid conditional gradient - smoothing](http://arxiv.org/abs/1404.3591) and it seems like it could lead to an efficient way to extend this with an additional group lasso penalty....
[Bach et al (p12 here)](http://lear.inrialpes.fr/people/mairal/resources/pdf/opt_book.pdf) say that "proximal methods apply" and don't seem to suggest the need for any special treatment.
I'm +1 for adding a requirement for CI. (maybe at least a soft requirement.) It's not so difficult to set up as long as the test suite already exists, and...