abuvaneswari

Results 12 issues of abuvaneswari

Hello, I downloaded the pre-trained model (LJLogdir.tar) from your dropbox and tried to uncompress by using WinZip in Windows - It gave me an error message "Could not read the...

Hello, Does native_client support inferencing of > 1 audio file at the same time? I am looking to use my GPU for inferencing and optimize the utilization by batching the...

Hello, I am trying to prune [yolov5](https://github.com/ultralytics/yolov5) model using Torch_Pruning. It fails with error message: KeyError: Conv2d(32, 64, kernel_size=(3, 3), stride=(2, 2), padding=(1, 1)) Detailed Traceback: Traceback (most recent call...

bug

Hello, I am attempting to use Torch_Pruning to prune [SSD](https://github.com/amdegroot/ssd.pytorch) model. Note that I use this fork: https://github.com/dkurt/ssd.pytorch/tree/opencv_support Once I pruned away some of conv filters in the vgg layers,...

Hello, I am trying to prune yolov5 model and my env is as follows: torch==1.8.1 torchvision==0.9.1 nncf==1.7.1 Python 3.6.8 No CUDA While the sparsity compression works fine, filter pruning does...

Can you please share what your training data set was for the model in this link? https://drive.google.com/open?id=0B7c5Ix-XO7hqQWtKQ0lxTko4ZGs Thank you, Buvana

Is there a DNN model that I can use to feed the bounded box (containing extracted-text image) and get the equivalent ascii text?

Hi, I tried to download ShanghaiTech Dataset from Baidu Yun using your password. But it is downloading NetDisk client executable, which I do not want to install in my computing...

Hello, Thanks a lot for the very easy-to-follow instructions and the code. I am having difficulty reproducing your results. I am using your pretrained model 'PartAmodel_best.pth.tar'. And I am using...

Hello, I was able to run make_dataset_vctk.py and get a h5py output. But the mcep normalize fails: python mcep_normalize.py VCTK_h5py VCTK_h5py_norm processing speaker_id=225 Traceback (most recent call last): File "mcep_normalize.py",...