Deepshikha

Results 14 issues of Deepshikha

I have twitter data set to classify in 3 classes. I have tweet text, ID, class. What are the changes needed in preprocess.py file thanks in advance

Can it be applied for 3 different class, Not the one provided??

I was trying to convert .bin to onnx model and load it and then perform inference. I could convert PyTorch trained bin model to onnx but was not able to...

data folder is set to `/neuspell/neuspell/../data` script subwordbert-probwordnoise created --------------------------------------------------------------------------- TimeoutError Traceback (most recent call last) /opt/conda/miniconda3/lib/python3.8/site-packages/urllib3/connectionpool.py in urlopen(self, method, url, body, headers, retries, redirect, assert_same_host, timeout, pool_timeout, release_conn, chunked,...

checker.from_pretrained() /home/jupyter/neuspell/neuspell/../data/checkpoints/subwordbert-probwordnoise already exists --------------------------------------------------------------------------- TimeoutError Traceback (most recent call last) /opt/conda/lib/python3.7/site-packages/urllib3/connectionpool.py in urlopen(self, method, url, body, headers, retries, redirect, assert_same_host, timeout, pool_timeout, release_conn, chunked, body_pos, **response_kw) 705 headers=headers, -->...

After Installing all library it shows this error fatal error: cuda/include/cuda.h: No such file or directory

Hey, I am training the example on v100 card. And GPU Utilization is a maximum of 12%. What can be a cause?? Has the code written to utilize GPU fully...

Trained the model. while doing evaluation getting below error AttributeError: 'NoneType' object has no attribute 'T' ![error](https://user-images.githubusercontent.com/13184577/90380193-635ed980-e099-11ea-8f95-b5a7fa8ef98f.PNG)

####### input args####### C=3; H=416; W=416; batchsize=1; caffemodel=./yolov3_416.caffemodel; calib=; class=80; enginefile=; evallist=; input=./test.jpg; mode=fp32; nms=0.450000; outputs=yolo-det; prototxt=./yolov3_416.prototxt; ####### end args####### init plugin proto: ./yolov3_416.prototxt caffemodel: ./yolov3_416.caffemodel Begin parsing model... Segmentation...

How to calculate PR curve for testing folder. I have added some code in detector.c to calculate the value but it's not working void validate_detector_PRcurve(char *datacfg, char *cfgfile, char *weightfile)...