Mingzhou Liu

Results 11 issues of Mingzhou Liu

Hi. I am using the cdt GPU docker image (nv-cdt and nv-cdt-dev) to run a PC algorithm. After importing the cdt in python3, I use ```print(cdt.utils.R.RPackages)```, and it shows that...

bug

Hi, Thanks for your great work! In your paper, attention maps of particular query points are shown. Could you share this visualization code? More specifically, did you implement an interactive...

I set the 'is_train' to False, but I find the size of 'test_image.png' is 336*336 and it seems the test image resolution is very low . Can anyone help me?

Hi, Thanks for your great work. I hope to add an edge that is not detected during the PC skeleton phase according to background knowledge. I read the codes in...

Hi,sorry to bother you @lfz I note that when training the classifier, you set b2=12 so batch_size for classifier=12 If we use 8 GPUs, that will be 2 image_patch for...

Hi, I am trying to use the discretizer in pgmpy. I follow the documentation [here](https://pgmpy.org/factors/discretize.html#) and encounter the same bug [here](https://github.com/pgmpy/pgmpy/issues/1513#issue-1184011820). How should I use the discretization methods? Could you...

Good First Issue

Hi, thanks for the great work of virtual-home-unity. I intend to make some custom modifications to the texture of objects (such as furniture, walls, and floors). Specifically, I hope to...

Hi~, I tried your code on ISBI competition dataset. However, the predictor seems to classify all DICOMs into one class, that is the classification model's output is almost all [0.99,0.01]....

Hi, thanks for your great work. I notice only Gaussian CI test is used in the documentation, is kernel-based conditional indepdence test available in cu-PC?

Hi, Thanks for your great work! Could you provide the dataloader you use for LIDC dataset ? I am not quite understand your data structure only based on your network...