Krishna Vishal

Results 13 comments of Krishna Vishal

Now its compiling fine. But I'm now getting an error when I run the generated executable `AntSimulator`. Stack trace: ``` X Error of failed request: BadValue (integer parameter out of...

I've installed SFML using `sudo apt-get install libsfml-dev`. The version installed is `2.4.2+dfsg-4`. GCC: `gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)` and I've edited the Cmake file for the build to work...

After reading the paper, I found the loss function has two softmax loss functions addedup together with the weight of 0.4. Take pspnet101_VOC2012_473.prototxt as an example, I guess the loss...

I've updated case 3. I didn't pay attention while pasting.

Since mixture of Dirichilet distributions lives on a simplex, so its bijector has to be a SimplexBijector. I've defined a custom distribution with a SimplexBijector to solve this error. Similarly...

Any examples for adjoints of Array{Type}? I don't know how to do that.

https://pytorch.org/get-started/previous-versions/ PyTorch previous versions' wheels with appropriate cudatoolkit.

@mimbres is the code uploaded?

https://github.com/rwightman/pytorch-dpn-pretrained This might help you to implement it yourself.

Replace count with some positive Integer say 10000.