NarenZen

Results 17 issues of NarenZen

Does ImageAI supports YoloV5

In the attached image., for each object there are multiple predictions. But I need the image to be saved only with the prediction having a higher probability and also only...

When I upload annotations zip, I get the below error ``` Mixed Content: The page at 'https://cvat01.myprezent.com/tasks/4' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://cvat01.myprezent.com/api/tasks/4/annotations/1e890edc-d32f-494c-96cc-6935ce828501'. This request...

question

### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question 1. What should the structure of data for multi-label...

question

@karpathy I get an error from this line `B, T, C = x.shape`, If I use more than 3 FlattenConsecutive layers `ValueError: not enough values to unpack (expected 3, got...

ran this program ``` from datasets import load_dataset from transformers import AutoModelForCausalLM dataset = load_dataset("nomic-ai/gpt4all-j-prompt-generations", revision="v1.2-jazzy") model = AutoModelForCausalLM.from_pretrained("nomic-ai/gpt4all-j-prompt-generations", revision="v1.2-jazzy") ``` Got this error Repository Not Found for url: https://huggingface.co/nomic-ai/gpt4all-j-prompt-generations/resolve/v1.2-jazzy/config.json.

whats the difference between generate.py and inference.py when to use what

I using mpt-intruct using hf. I need to generate shorter sentences. I'm using mpt-instruct for creating titles. I need to restrict the length of the sentences. what options are available?...

Got this error, which finetuning instruct model 8XA100 machine ``` ERROR: expected to be in states [] but current state is TrainingState_.BACKWARD_PRE File "/usr/local/lib/python3.10/dist-packages/composer/core/engine.py", line 526, in _close callback.close(state, logger)...