Skip to content
Open
Show file tree
Hide file tree
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 models/official/resnet/resnet_rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ We release configs and checkpoints of the ResNet-RS model family trained on Imag
* Latencies on TPUv3 are measured using `bfloat16` precision.
* All latencies are measured with an initial training batch size of 128 images, which is divided by 2 until it fits onto the accelerator.

Code and checkpoints are avaliable in Tensorflow 2 at the official Tensorflow [Model Garden](https://github.com/tensorflow/models/tree/master/official/vision/beta).
Code and checkpoints are available in Tensorflow 2 at the official Tensorflow [Model Garden](https://github.com/tensorflow/models/tree/master/official/vision/beta).

## Citation
```make
Expand Down
2 changes: 1 addition & 1 deletion tools/ctpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ It will be most helpful if you include:

### Developing ###

The code is layed out in the following packages:
The code is laid out in the following packages:

- **`config`**: This package contains the tool-wide configuration, such as (1)
the credentials used to communicate with GCP, (2) desired zone, and (3) the
Expand Down