User Tools

Site Tools


cs501r_f2016:lab5

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
cs501r_f2016:lab5 [2016/09/15 16:13]
wingated created
cs501r_f2016:lab5 [2016/09/15 16:15]
wingated
Line 39: Line 39:
  
 **Note:** when using ''​pip''​ to install python packages, make sure that you're using the anaconda version of ''​pip''​ (as opposed to any ''​pip''​ programs that are part of your system distro)! ​ You can always tell which version you're running by running ''​which pip''​ in a terminal. **Note:** when using ''​pip''​ to install python packages, make sure that you're using the anaconda version of ''​pip''​ (as opposed to any ''​pip''​ programs that are part of your system distro)! ​ You can always tell which version you're running by running ''​which pip''​ in a terminal.
 +
 +Also note that there are two versions of Tensorflow -- one that runs on GPUs, and one that runs only on the CPU.  You may want to try the GPU version first; if it works (and you have a GPU in your computer!) it may be **considerably** faster than the CPU only version. ​ Performance won't be a big deal for this lab, but it will matter more later on.
  
 **Part 2: implement basic MNIST tutorial** **Part 2: implement basic MNIST tutorial**
cs501r_f2016/lab5.txt ยท Last modified: 2021/06/30 23:42 (external edit)