Krishna Garg

Results 15 issues of Krishna Garg

enqueue(): rear = (rear + 1)%size This logic is not implemented, the present circular queue behaves more or less like queue.

Your code breaks when you try to call insertAtEnd when the list is empty.

I am running into the following error on my system (description below): ``` Apple LLVM version 10.0.1 (clang-1001.0.46.4) Target: x86_64-apple-darwin18.7.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin ``` ``` Building wheels for...

OS X support
Python support

Hi, I encounter the following error when I try to supply a batch to `nas.ContextualWordEmbsForSentenceAug`. After checking other [post](https://github.com/makcedward/nlpaug/issues/146), I expected that supplying a list of batch_size will work but...

Hi, I tried out `nas.LambadaAug` augmentation method. I had followed the script given in `https://github.com/makcedward/nlpaug/blob/master/scripts/train_lambada.sh` for the datasets of my task. The dataset was based on Twitter corpus collection and...

Can we get the ranking of ALL sentences from the summarizer according to their relevance in the final summary?

Hi SanghunYun, Thanks for the PyTorch implementation of UDA. Can I ask you why you have the check with 4999 steps? https://github.com/SanghunYun/UDA_pytorch/blob/0ba5cf8d8a6f698e19a295119f084a17dfa7a1e3/train.py#L115 I'm curious to know whether you introduced this...

Hi SanghunYun, Thanks for making the Pytorch version of UDA available. Can I ask you the reason behind your dividing `unsup_loss` by number of ones in `unsup_loss_mask` and not total...

Hi Chen-Wang, I am facing this issue while training on my custom dataset: ``` /pytorch/aten/src/THC/THCTensorScatterGather.cu:176: void THCudaTensor_scatterFillKernel(TensorInfo, TensorInfo, Real, int, IndexType) [with IndexType = unsigned int, Real = float, Dims...

Hi, Thanks for the great repo. Can you please explain how you removed the `` from the absent keyphrases? Is it done during the creation of `vocab.pt` or post creation?...