Shashank Gupta

Results 13 issues of Shashank Gupta

I am getting following error while installing Caffe on Ubuntu 15.04. > ln: target ‘.build_release/tools/finetune_net’ is not a directory > Makefile:592: recipe for target '.build_release/tools/finetune_net' failed > make: **\* [.build_release/tools/finetune_net]...

Hi, I am working on a machine with no internet access. How do I pass the config file and model file for bert to the model?

Hi, I am using batch_type tokens with max_generator size =2. I am confused about computing number of train steps with batch type as tokens. Can someone guide me into it?

type:performance

Hi, Thanks for hosting this library of github. I am trying it on my custom dataset. It works fine for ranking, but when I pass relevance scores > 1 (like...

Hi, Please excuse if you find this doubt to be very naive. So for evaluating MAP, for each test query text, ideally we should compare it with each answer text...

I am trying to run SGLD example using eager mode, but I am getting the following error: ``` NotImplementedError Traceback (most recent call last) in () 4 preconditioner_decay_rate=0.99, 5 burnin=1500,...

enhancement
tensorflow 2.0

Hi, When I try to run the main executable of the code, I get the following error: MPI multiple thread not provided!!! (2 != 3) I am not sure what's...

Hi, I am interested in learning and implementing variational RNNs. I can take up the task of re-implementing it in Pytorch. I would need some guidance since I am not...

Hi, What is the dataset format expected for multi-label classification?

Hi, I am using this code as benchmark in one of my papers. Now I need to fix the random seed in order to do so. I am trying the...