Skip to content

Commit cc33e43

Browse files
author
Johannes Ballé
committed
Set theme and better links.
1 parent ce8c10e commit cc33e43

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ done
2020

2121
## Example model
2222

23-
The [examples directory](examples/) directory contains an implementation of the
24-
image compression model described in:
23+
The [examples directory](https://github.com/tensorflow/compression/tree/master/examples)
24+
directory contains an implementation of the image compression model described
25+
in:
2526

2627
> J. Ballé, V. Laparra, E. P. Simoncelli:
2728
> "End-to-end optimized image compression"
@@ -45,12 +46,14 @@ python bls2017.py [options] decompress compressed.bin reconstruction.png
4546

4647
## Documentation
4748

48-
Refer to [the API documentation](docs/api_docs/python/tfc.md) for a full
49-
description of the Keras layers and TensorFlow ops this package implements.
49+
Refer to [the API documentation](https://tensorflow.github.io/compression/docs/api_docs/python/tfc.html)
50+
for a full description of the Keras layers and TensorFlow ops this package
51+
implements.
5052

5153
There's also an introduction to our `EntropyBottleneck` class
52-
[here](docs/entropy_bottleneck.md), and a description of the range coding ops
53-
[here](docs/range_coding.md).
54+
[here](https://tensorflow.github.io/compression/docs/entropy_bottleneck.html),
55+
and a description of the range coding ops
56+
[here](https://tensorflow.github.io/compression/docs/range_coding.html).
5457

5558
## Authors
5659
Johannes Ballé (github: [jonycgn](https://github.com/jonycgn)),

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-cayman

0 commit comments

Comments
 (0)