python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why pyav package in python can not recognize h264_cuvid codec while ffmpeg can do?
I have a python script as below to read byte_stream from video. I want to use h264_cuvid code to do GPU hardware accelerating instead of CPU encoding or decoding. my FFmpeg does have h264_cuvid codecs...
MediaJ
Votes: 0
Answers: 2
How to get the Intel UHD Graphics 605 i915 videocard working with Vulkan?
i have an Intel UHD Graphics 605 (i915) and i want to use it with Vulkan/ncnn.
The information from this site is, that Vulkan should work with version 1.1.103:
https://technical.city/de/video/UHD-Grap...
Goofy
Votes: 0
Answers: 0
Is it possible to program GPU in pure Haskell?
I wonder, whether I can write code, which ought to be evaluated by GPU, in pure Haskell.
For example, a function for multiplication of two large matrices in GPU have (theoretically) no side effects, t...
Přemysl Šťastný
Votes: 0
Answers: 0
Improve use of processor during training of ML model
I am using a new pc with intel i5 11th generation processor for machine learning.
Usually when I train a model, I open the default 'task manager' by windows to check how processor and memory are used...
Triki Sadok
Votes: 0
Answers: 1