Index of /examples/machine_learning/basic

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]submit_to_cpu.qsub 2021-03-23 13:26 365  
[TXT]submit_to_gpu.qsub 2021-03-23 13:28 466  
[TXT]tensorflow_code.py 2021-03-23 13:24 1.2K 

Sample Deep Learning job

This directory contains simple Tensorflow job scripts.

Available Tensorflow modules:

Check the available versions of the Tensorflow modules/versions:

scc1% module avail tensorflow

Load a desired version of Tensorflow:

scc1% module load python3/3.6.5
scc1% module load tensorflow/1.13.1

Submit tensorflow job using the Batch System:

This directory contains two simple job scripts submit_to_cpu.qsub and submit_to_cpu.qsub. The job scripts run a sample Tensorflow Python script tensorflow_code.py on both CPU only and GPU nodes.
To submit the job, type the following command at the SCC prompt:

scc1% qsub submit_to_cpu.sub

or

scc1% qsub submit_to_gpu.sub

Helpful Links:

Running Jobs on the SCC