Skip to content

Installation Scripts for setting up pytorch and tensorflow + digit recognition with MNIST on a new Ubuntu 20.10 VM with GPU

License

Notifications You must be signed in to change notification settings

klauslippert/GPU-VM-NeuralNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GPU-VM-NeuralNet (on a plain Ubuntu 20.10)

Installation Script

control at the end of the .sh-script:

  • install_anaconda
    • anaconda3
  • create_environments for pytorch, tensorflow v1 + v2 (CPU and GPU each):
    • CPU__ pytorch
    • CPU__ tensorflow1
    • CPU__ tensorflow2
    • GPU__ pytorch
    • GPU__ tensorflow1
    • GPU__ tensorflow2
  • install_libraries
    • for each environment
  • install_jupyter
    • jupyter notebook with all kernels installed
  • run_small_tests
    • does every environment recognize the GPU?
  • run_extended_tests
    • digit recognition with MNIST dataset

About

Installation Scripts for setting up pytorch and tensorflow + digit recognition with MNIST on a new Ubuntu 20.10 VM with GPU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages