Prateek Gupta

Results 9 comments of Prateek Gupta

I had the same problem. I installed tbb directly from the website and used `ln -s INSTALLED_DIR/include/ /opt/intel/tbb/include`. This [video](https://www.youtube.com/watch?v=4nrDZjyIOXE) can be a faster way to install tbb

Hello Xiao! Can you confirm if you have applied the patch as explained in the installation instructions here - https://github.com/ds4dm/learn2branch/blob/master/INSTALL.md. It seems like your installation is missing the functions that...

Hello Jackey! Setcover problems are hard in general. If you look at the Table 2.4 in the [paper](https://arxiv.org/abs/2006.15212). You would see that the maximum number of instances solved are 27...

My bad! Those are two different error messages. I get Segmentation Fault when I run this ``` import os, sys sys.path.append( '%s/mvc_lib' % os.path.dirname(os.path.realpath(__file__)) ) from mvc_lib import MvcLib api...

Here is the PR to address the above issue: https://github.com/vict0rsch/minydra/pull/3

Hey Brad, I am trying to keep the KAN-Tutorial repo focused on the foundational aspects of KAN to understand what powers its properties. Thus, the notebooks have been focused mostly...

Hi, Thanks for the question! 1. Thanks for pointing this out. You are right that the curve need not pass through all the control points. The order of the curve...