Skip to content

Dear Internet Explorer user: Your browser is no longer supported

Please switch to a modern browser such as Microsoft Edge, Mozilla Firefox or Google Chrome to view this website's content.

Switch off the GPU in a Python script

Posted 28th October 2024

No comments

Here’s a simple piece of code which effectively directs a Python script to use the CPU rather than the GPU.

Read the full story...