Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 542 Bytes

Task_for_running_ML_nodes.md

File metadata and controls

20 lines (18 loc) · 542 Bytes
Name: swarm_mnist_task
TaskType: RUN_SWARM
Author: HPE-TEST
Prereq: user_env_tf_build_task
Outcome: swarm_mnist_task
Body:
    Command: model/mnist_tf.py
    Entrypoint: python3
    WorkingDir: /tmp/test
    Envvars: ["DATA_DIR": app-data, "MODEL_DIR": model, "MAX_EPOCHS": 2, "MIN_PEERS": 2]
    PrivateContent: /tmp/test/app-data
    SharedContent:
    -   Src: <CURRENT-PATH>/workspace/mnist/model
        Tgt: /tmp/test/model
        MType: BIND