Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 614 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 614 Bytes

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