From 69cf7278ae641cb4e4dec85ceb84af3b73f91930 Mon Sep 17 00:00:00 2001 From: adgitate1 Date: Thu, 22 Jun 2017 11:15:51 -0700 Subject: [PATCH] Update README.md --- tensor2tensor/models/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensor2tensor/models/README.md b/tensor2tensor/models/README.md index 29b88484f..69050b9b2 100644 --- a/tensor2tensor/models/README.md +++ b/tensor2tensor/models/README.md @@ -12,5 +12,5 @@ To add a model to the built-in set, create a new file (see, e.g., `neural_gpu.py`) and write your model class inheriting from `T2TModel` there and decorate it with `registry.register_model`. Import it in `models.py`. -It is now avaialable to use with the trainer binary (`t2t-trainer`) using the +It is now available to use with the trainer binary (`t2t-trainer`) using the `--model=model_name` flag.