"...pipelines/controlnet/pipeline_controlnet_img2img.py" did not exist on "ca1a22296d02ab44547a33c1bb7e5a4015a2f843"
README.md 628 Bytes
Newer Older
1
# Compression with Neural Networks
2

3
4
5
This is a [TensorFlow](http://www.tensorflow.org/) model repo containing
research on compression with neural networks. This repo currently contains 
code for the following papers:
6

mloenow's avatar
mloenow committed
7
[Full Resolution Image Compression with Recurrent Neural Networks](https://arxiv.org/abs/1608.05148)
8

9
10
## Organization
[Image Encoder](image_encoder/): Encoding and decoding images into their binary representation.
11
[Entropy Coder](entropy_coder/): Lossless compression of the binary representation.
12
13
14

## Contact Info
Model repository maintained by Nick Johnston ([nickj-google](https://github.com/nickj-google)).