Nikhil Verma

Results 21 issues of Nikhil Verma

Hi @denisyarats, thank you for this amazing project. Any plans of publishing this to pypi yet?

**UPDATE**: This issue only persists if I call allennlp directly (`python3 allennlp/run.py train`). If I install allennlp using pip and then try `allennlp train` the issue doesn't persist. **Describe the...

Contributions welcome

While most code is PEP compliant and well within 80 columns, some of it isn't. I was wondering whether PuDB has the ability to wrap code if it exceeds the...

Hi @1adrianb, thank you for publishing such an amazing library. I was wondering if it would be possible to add support for running on multiple GPUs simultaneously?

The website [tunnelto.dev](https://tunnelto.dev) says it's easy and "free" to get started, whereas the truth is that you can't do anything without a paid key. ``` $ tunnelto --port 8080 >>...

Hi, WSL is [no longer in beta anymore](https://blogs.msdn.microsoft.com/commandline/2017/10/11/whats-new-in-wsl-in-windows-10-fall-creators-update/). I think the [corresponding section](http://wsl-guide.org/en/latest/background.html#it-s-beta-software) in guide should be updated.

Hi @shepnerd, thank you for releasing the public implementation of your paper. I tried several experiments to replicate the results shown in the paper for the DeepFashion dataset, but I...

A fresh git clone pulls in 1.1GBs, whereas the working directory is only close to 120MB. Please consider stripping down the repository size.

enhancement

I get the following message when I install this theme. ``` Post-install message from sass: Ruby Sass has reached end-of-life and should no longer be used. * If you use...

As the question says, my code tries to compare two different game states. When is `state1 == state2`? From my limited knowledge of pybind11, I can see that equality for...

question