Skip to main content

How to submit a job that uses TensorFlow

This tutorial will show how to submit a job that uses TensorFlow to the batch cluster.

Use already available image:

git

[mcastro@cirrus01 clonetf_run_job]$ https://gitlab.com/lip-computing/computing/tf_run_job.git

cd tf_run_job

.sbatch run_job --input <input_file>.~/my_project/my_python_script.py --filefiles ~/my_project/my_datasets/dataset1.csv ...

~/my_project/my_datasets/dataset2.csv
Use your own image: