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 20
20
21
21
## Example model
22
22
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:
25
26
26
27
> J. Ballé, V. Laparra, E. P. Simoncelli:
27
28
> "End-to-end optimized image compression"
@@ -45,12 +46,14 @@ python bls2017.py [options] decompress compressed.bin reconstruction.png
45
46
46
47
## Documentation
47
48
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.
50
52
51
53
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 ) .
54
57
55
58
## Authors
56
59
Johannes 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