markusbr

Results 402 comments of markusbr

Have a look under e.g. "https://pytorch.org/docs/stable/optim.html#constructing-it" about constructing an `Optimizer`, Then you could just add the `lr` argument to e.g. "https://github.com/spmallick/learnopencv/blob/master/PyTorch-Multi-Label-Image-Classification/train.py#L67", isn't it?

Have you built the Docker container image on your own, or used the pre-built one? When building on your own, have you changed the Dockerfile, or changed something inside the...

From an internet search for OpenCL error codes I found for instance this: "https://streamhpc.com/blog/2013-04-28/opencl-error-codes/", indicating that "-5" could mean: > -5 | CL_OUT_OF_RESOURCES |   | if there is a failure...

Do you run the code (code snapshot shown above) in a Python script or as a Jupyter notebook (in the browser)? Have you changed something in the code when it...

Which of the two links have you tried, visual-language or audio? You probably haven't seen `optimum_cli` hung, but just taking very long time......... Conversion, quantization and compression can take very,...

Now using a new environment (deleted my previous python virtual environment), synchronized openvino_notebooks new, installed requirements new and started the Jupyter notebook "https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/qwen2-vl/qwen2-vl.ipynb". Using a Laptop, MS-Win11, Python 3.12.4. Using...

If there is enough HDD/SSD storage, then the operation system should start swapping when running short on memory (if there is something to swap, other than memory content needed for...

> I think there are 2 problems I'm facing, with 2 different codes for inferencing qwen2-vl models with openvino. > > 1. First, the code that I have attached in...

Can you provide more details, please? Are you talking about this model, e.g. "https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/florence2/florence2.ipynb" (where only CPU and AUTO can be selected as inference device, but not GPU or NPU)?...

Can you try to create a new (not used before) Python virtual environment, activate it and run the notebook again from within the activated Python virtual environment? Which OS, which...