reducing runtime using GPU
How to change our hardware acceleration to GPU just like Google Colab and Kaggle allows us to do which help to reduce runtime and runs our code fastly.
I tried to change setting in my NVIDIA graphics controller allowing vs code to use it. Changed terminal> gpu acceleration to on from 开发者_运维技巧auto. But all of this was of no use as my code was still taking too much time
精彩评论