Prateek Gupta

Results 21 issues of Prateek Gupta

Hi, I am using Windows 10 and Python 3.7. When I run the example file I am getting following error:- `'festival' is not recognized as an internal or external command,...

Hi, I am trying to convert my custom YOLOv4 weights to TF using below command- `python save_model.py --weights ./data/yolo-obj_best.weights --output ./checkpoints/yolov4-704 --input_size 704 --model yolov4` But getting below error- `...

Hi, Is there any formula to decide max_iter value? I have total 1300 training +1300 validation images and I have given max_iter values as 55000. Is it right? Please share...

* django-ai version:0.0.2.1 * Django version:2.0.10 * Python version:3.6 * Operating System:Windows 10 ### Description I have created a Django project and then trying to integrate django-ai with it by...

### Describe the bug I am trying to install the required libraries in a kaggle notebook: - !pip install super-gradients==3.1.0 - !pip install imutils - !pip install roboflow - !pip...

install issue

Hi, I am trying to use liveness detection with anti-spoofing attacks. So is there any support for printed/replay attacks?

Hi, After uploading a PDF, I am able to see the screen below- ![image](https://github.com/NVIDIA/GenerativeAIExamples/assets/30830541/61610edc-6fb8-4edf-bd07-c4bf92d3125f) But it is showing error while returning a response like below- `Traceback (most recent call last):...

bug

Hi, I am facing a new error now while trying to run the alpaca fine-tuning notebook in kaggle- ![image](https://github.com/unslothai/unsloth/assets/30830541/4e5c49f1-1275-4b16-9a31-a0415e8fcf46) Complete logs are attached- [logs_kaggle.txt](https://github.com/unslothai/unsloth/files/14446951/logs_kaggle.txt)

fixed - pending confirmation

Hi, I am trying to run Alpaca + Gemma 7b full example.ipynb in Kaggle environment and getting following error- ![image](https://github.com/unslothai/unsloth/assets/30830541/0fa4dd66-1269-476a-9dc1-ccd13e281f7d) while running the below code- ![image](https://github.com/unslothai/unsloth/assets/30830541/8050bffe-bf8c-4562-bb34-daefe47579b8) Installed libraries versions are:...

fixed

Hi, I am trying to utilize android-demo-app/ObjectDetection/app/src/main/java/org/pytorch/demo/objectdetection/PrePostProcessor.java but with YOLOv7 model instead of YOLOv5. Can anybody please tell me what should be the value here instead of 25200 for YOLOv7...