Pathway Analytics
  • Introduction
  • Blog
    • MMM Showdown: Google Meridian vs. PyMC Marketing
    • Drop Line Charts - Use Process Behavior Charts Instead!
    • Create a GitBook Data Science Portfolio
    • 5 Reasons I Chose Johns Hopkins Online AI Masters Program
  • Statistics
    • Google Lightweight MMM
    • Propensity Score Matching
    • Thompson Sampling
    • Basketball Free Throw Percentage App
  • Deep Learning
    • Classifying Medical Abstract Sentences
    • Predicting Bitcoin Prices
    • Food Image Classifying
  • Supervised Learning
    • Waiter Tips Multivariate Regression
    • Sleep Cycle - Analyzing My Own Sleep Data
  • Unsupervised Learning
    • Customer Segmentation using KMeans
    • Time Series Clustering
  • Dashboards, Reports, and Visualizations
    • Shiny Useful Code
    • R Markdown Reports
  • Mini Notes
    • Useful SQL Code
    • Testing Code
    • Correlation Plots
    • Docker - Jupyter Lab and R Studio Setup
    • Tensorflow GPU Setup
    • Object Oriented Programming
    • R and Python Together using Reticulate
    • Random Forests are Versatile
Powered by GitBook
On this page
  • Useful Documentation
  • Checking If Setup Was Successful
  1. Mini Notes

Tensorflow GPU Setup

Created by Chia, Jonathan on Apr 09, 2022

Useful Documentation

https://www.tensorflow.org/install/gpu?hl=sl

https://clay-atlas.com/us/blog/2021/08/30/windows-en-environment-cuda-cudnn-environment/

https://docs.nvidia.com/deeplearning/cudnn/install-guide/index.html#installwindows

Checking If Setup Was Successful

If you have successfully set it up these will return true

tf.test.is_gpu_available()

tf.test.is_built_with_cuda()

Document generated by Confluence on Apr 09, 2022 16:54

Atlassian

PreviousDocker - Jupyter Lab and R Studio SetupNextObject Oriented Programming

Last updated 3 years ago