Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensor2tensor/models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.