Indrajit Sen Gupta
Indrajit Sen Gupta
Hi, I am trying to run prediction but hitting a roadblock with CUDA not supporting Byte tensor: ``` d, l = next(iter(train_loader)) d, l = d.type(torch.ByteTensor), l.type(torch.ByteTensor) d, l =...
Hi, I have question as to what happens if a box does not have any overlap with a box from other detectors? Does its confidence score get changed? My thought...
Hi, I am trying to use this in Python 3.6 but it is failing at places. Just wondering if you are planning to release a new version of incremental kpca...
Where can I get some help on how to extract components? It would be very helpful if we have some small examples to describe all the methods.
Hi All, I downloaded the latest version of Couenne available from the [AMPL website](https://ampl.com/products/solvers/open-source/) and was testing on a very small problem which I am posting here. If I run...