tyhal / ansible-role-tensorflow-models

Deploy "Models and examples built with TensorFlow"

Home Page:https://galaxy.ansible.com/tyhal/tensorflow_models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-role-tensorflow-models

Deploy "Models and examples built with TensorFlow"

Install

	ansible-galaxy install tyhal.tensorflow-models

Usage

Then you can use this with:

- hosts: all
  become: yes
  roles:
    - { role: tyhal.tensorflow-models, run_cmd: "python mnist.py", run_dir: "official/mnist" }

About

Deploy "Models and examples built with TensorFlow"

https://galaxy.ansible.com/tyhal/tensorflow_models

License:MIT License


Languages

Language:Python 61.8%Language:Shell 38.2%