资源算法charm-kubeflow-tf-job-operator

charm-kubeflow-tf-job-operator

2020-04-10 | |  50 |   0 |   0

TensorFlow Training for Kubeflow

This charm deploys the TensorFlow Training component of Kubeflow to Kubernetes models in Juju.

Usage

To submit models to be trained, you must create a TFJob custom resource in Kubernetes. For example, to submit the distributed mnist model, which is used for e2e testing, you can use:

kubectl create -n $namespace 
    -f https://raw.githubusercontent.com/kubeflow/tf-operator/master/examples/v1alpha2/dist-mnist/tf_job_mnist.yaml

(Note: The namespace is the name of the Kubernetes model in Juju that this charm is deployed into.)

You can then check the status of the job via either the TensorFlow Dashboard, or kubectl:

kubectl get -o yaml -n $namespace tfjobs dist-mnist-for-e2e-test


上一篇:kubeflow-dataverk-base

下一篇:charm-kubeflow-seldon-api-frontend

用户评价
全部评价

热门资源

  • TensorFlow-Course

    This repository aims to provide simple and read...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • mxnet_VanillaCNN

    This is a mxnet implementation of the Vanilla C...

  • vsepp_tensorflow

    Improving Visual-Semantic Embeddings with Hard ...

  • DuReader_QANet_BiDAF

    Machine Reading Comprehension on DuReader Usin...