rugrag

Results 5 issues of rugrag

Thanks for your implementation. I am looking at your GAN_VDB_MINE code: I would like to know why you implemented VDB in this way (probabilistic discriminator and so on). can you...

Hi, when I try to execute with `./instant-ngp` or the equivalent python script I get the message: `ERROR Uncaught exception: /path/instant-ngp/dependencies/tiny-cuda-nn/include/tiny-cuda-nn/multi_stream.h:44 cudaStreamCreate(&m_stream) failed: CUDA driver version is insufficient for CUDA...

Hi there, I have Python 3.8 with Pytorch 1.7.0. I am not able to run the model: it seems that the computational graph is not synchronized as I get an...

I am wondering what is the best practice to apply your method to bigger architectures, e.g. ResNet-50. Should I replace all conv layers in the resnet model? Thanks in advance

Hi there, I think models/TauNormClassifier.py is missing since I see only the class DotProduct_Classifier inside it. could you kindly provide it? I have problem with tau_norm.py as well since I...