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)
Tensorflow model not training
I am training my model using tensorflow-gpu.(I am using NVIDIA somewhere in the 1000 series)
When I hit run and the model start training, the val_accuracy stays in 0.5 and does not change. However, wh...
gs97ahn
Votes: 0
Answers: 1
How to check SM utilization on Nvidia GPU?
I'd like to know if my pytorch code is fully utilizing the GPU SMs. According to this question gpu-util in nvidia-smi only shows how time at least one SM was used.
I also saw that typing nvidia-smi dm...
desertdiver
Votes: 0
Answers: 0
Standard C++ Parallelism using nvc++ is slow
I am not sure what i am doing wrong but it seems std::sort is much slower using nvc++ -stdpar than g++.
Other std functions are better but never better than the multithreaded CPU version.
Below is the...
Hikmat Farhat
Votes: 0
Answers: 0
How to transform a ID3D11Texture2D into any picture format
I have a ID3D11Texture2D and want to write it to disk using literally any picture format (png, bmp, jpeg, ...).
I have already tried to read the docs https://learn.microsoft.com/en-us/windows/win32/ap...
loonytune
Votes: 0
Answers: 1