Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 69cf727

Browse files
authored
Update README.md
1 parent 8ec4233 commit 69cf727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensor2tensor/models/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ To add a model to the built-in set, create a new file (see, e.g.,
1212
`neural_gpu.py`) and write your model class inheriting from `T2TModel` there and
1313
decorate it with `registry.register_model`. Import it in `models.py`.
1414

15-
It is now avaialable to use with the trainer binary (`t2t-trainer`) using the
15+
It is now available to use with the trainer binary (`t2t-trainer`) using the
1616
`--model=model_name` flag.

0 commit comments

Comments
 (0)