File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 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
5153There'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
5659Johannes Ballé (github: [ jonycgn] ( https://github.com/jonycgn ) ),
Original file line number Diff line number Diff line change 1+ theme : jekyll-theme-cayman
You can’t perform that action at this time.
0 commit comments