Skip to main content

Running Tensorflow or Keras

Running TensorFlow or Keras scripts and hyper parameter sweeps in Grid is easy using CLI or the Web UI. Both CPU and GPU instances are supported with all necessary system drivers pre-installed and set up, so you can take advantage of multiprocessing and compute acceleration hardware with no additional configuration.

Example​

In Web UI, simply paste this script in the New Run dialog: https://github.com/gridai/hello_mnists/blob/master/keras.py

Select the Machines you want to run on and the search strategy for hyper parameter sweep

In the ML Framework dropdown choose the tensorflow framework then click on Start to run the simple hello program