Skip to content

ashokpant/tech_swiss_knife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

tech_swiss_knife

Check CUDA/GPU devices with tensorflow and cuda

python -c "import tensorflow as tf; tf.config.list_physical_devices('GPU')"

Enable/Disable GPU devices

export CUDA_VISIBLE_DEVICES='-1' # To enable, set it to 0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published