You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Peter Dolan (JIRA)" <ji...@apache.org> on 2017/07/13 22:36:02 UTC

[jira] [Created] (AIRFLOW-1411) Support versioned model export directories in the CloudMLVersionOperator

Peter Dolan created AIRFLOW-1411:
------------------------------------

             Summary: Support versioned model export directories in the CloudMLVersionOperator
                 Key: AIRFLOW-1411
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1411
             Project: Apache Airflow
          Issue Type: Improvement
          Components: contrib
    Affects Versions: 1.9.0
            Reporter: Peter Dolan
            Assignee: Peter Dolan


Some TensorFlow libraries export models into versioned
subdirectories - some using incrementing versions, some using
the unix timestamp - making it difficult to create a version
when the full deployment Uri must be known in advance.

The CloudMLVersionOperator should support specifying the base path in which
the TensorFlow models are exported, and to create a CloudML
version using the exported model with the highest value (which
should be interpreted as the latest model export).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)