QuickStart TensorFlow

Tensorflow is a symbolic math library based on dataflow and differentiable programming.

  • In the top menu bar access (globe icon).

    Be sure vpn-groups selected when you connect.

  • SSH your_netid@hpc.kennesaw.edu
  • $  qsub -I -q batch -l nodes=1:ppn=24,walltime=1:00:00
  • $  qsub -I -q gpuq -l nodes=1:ppn=24:gpus=2,walltime=1:00:00
  • You will want to utilize the Anaconda module to create a Conda environment.

    From your Conda environment, you can have access to TensorFlow with GPU support that should work without a GPU.

    Once created, to use the environment in an interactive session or from within a PBS job submission script, you will need to load Anaconda and activate your new TensorFlow-aware conda environment.

    Step by step instructions have been prepared by the KSU Sysadmins on the KSU HPCdocs wiki: TensorFlow Example.

  • Check the PBS file example at hpcdocs.
  • Use the qsub sumission example at the bottom of the PBS file example.