examples/github_issue_summarization/notebooks
Jeremy Lewi 1cc4550b7d GIS E2E test verify the TFJob runs successfully (#456)
* Create a test for submitting the TFJob for the GitHub issue summarization example.

* This test needs to be run manually right now. In a follow on PR we will
  integrate it into CI.

* We use the image built from Dockerfile.estimator because that is the image
  we are running train_test.py in.

  * Note: The current version of the code now requires Python3 (I think this
    is due to an earlier PR which refactored the code into a shared
    implementation for using TF estimator and not TF estimator).

* Create a TFJob component for TFJob v1beta1; this is the version
  in KF 0.4.

TFJob component
  * Upgrade to v1beta to work with 0.4
  * Update command line arguments to match the versions in the current code
      * input & output are now single parameters rather then separate parameters
        for bucket and name

  * change default input to a CSV file because the current version of the
    code doesn't handle unzipping it.

* Use ks_util from kubeflow/testing

* Address comments.
2019-01-08 15:06:49 -08:00
..
test_data A bunch of changes to support distributed training using tf.estimator (#265) 2018-11-07 16:23:59 -08:00
Dockerfile Setup continuous building of Docker images for GH Issue Summarization Example (#449) 2019-01-04 17:02:24 -08:00
Dockerfile.estimator GIS E2E test verify the TFJob runs successfully (#456) 2019-01-08 15:06:49 -08:00
IssueSummarization.py Make it easier to demo serving and run in Katacoda (#107) 2018-04-28 08:11:18 -07:00
Makefile [GH Issue Summarization] Upgrade to kf v0.4.0-rc.2 (#450) 2018-12-30 20:05:29 -08:00
Training.ipynb Update Training.ipynb (#52) 2018-03-19 16:08:01 -07:00
requirements.txt Move from a custom tornado server to a seldon-core server for serving the model (#36) 2018-03-09 14:36:12 -08:00
seq2seq_utils.py A bunch of changes to support distributed training using tf.estimator (#265) 2018-11-07 16:23:59 -08:00
train.py A bunch of changes to support distributed training using tf.estimator (#265) 2018-11-07 16:23:59 -08:00
train_test.py Setup continuous building of Docker images for GH Issue Summarization Example (#449) 2019-01-04 17:02:24 -08:00
trainer.py A bunch of changes to support distributed training using tf.estimator (#265) 2018-11-07 16:23:59 -08:00