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

Commit 930cb33

Browse files
author
Ryan Sepassi
committed
Create top-level docs dir for GitHub Pages
PiperOrigin-RevId: 162253587
1 parent 04b4f47 commit 930cb33

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ python -c "from tensor2tensor.models.transformer import Transformer"
153153
specification.
154154
* Support for multi-GPU machines and synchronous (1 master, many workers) and
155155
asynchrounous (independent workers synchronizing through a parameter server)
156-
[distributed training](https://github.com/tensorflow/tensor2tensor/tree/master/tensor2tensor/docs/distributed_training.md).
156+
[distributed training](https://github.com/tensorflow/tensor2tensor/tree/master/docs/distributed_training.md).
157157
* Easily swap amongst datasets and models by command-line flag with the data
158158
generation script `t2t-datagen` and the training script `t2t-trainer`.
159159

@@ -213,7 +213,7 @@ inference. Users can easily switch between problems, models, and hyperparameter
213213
sets by using the `--model`, `--problems`, and `--hparams_set` flags. Specific
214214
hyperparameters can be overridden with the `--hparams` flag. `--schedule` and
215215
related flags control local and distributed training/evaluation
216-
([distributed training documentation](https://github.com/tensorflow/tensor2tensor/tree/master/tensor2tensor/docs/distributed_training.md)).
216+
([distributed training documentation](https://github.com/tensorflow/tensor2tensor/tree/master/docs/distributed_training.md)).
217217

218218
---
219219

docs/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# T2T: Tensor2Tensor Transformers
2+
3+
Check us out on
4+
<a href=https://github.com/tensorflow/tensor2tensor>
5+
GitHub
6+
<img src="https://github.com/favicon.ico" width="16">
7+
</a>
8+
.
9+
10+
[![PyPI
11+
version](https://badge.fury.io/py/tensor2tensor.svg)](https://badge.fury.io/py/tensor2tensor)
12+
[![GitHub
13+
Issues](https://img.shields.io/github/issues/tensorflow/tensor2tensor.svg)](https://github.com/tensorflow/tensor2tensor/issues)
14+
[![Contributions
15+
welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](CONTRIBUTING.md)
16+
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/tensor2tensor/Lobby)
17+
[![License](https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0)
18+
19+
See our
20+
[README](https://github.com/tensorflow/tensor2tensor/tree/master/tensor2tensor/README.md)
21+
for documentation.
22+
23+
More documentation and tutorials coming soon...

0 commit comments

Comments
 (0)