"git@developer.sourcefind.cn:change/sglang.git" did not exist on "a0e58740a8307b7edd2a8868d520c9371a532e92"
Commit cbe9f863 authored by mloenow's avatar mloenow Committed by Neal Wu
Browse files

Fixed links

parent 49eda36d
...@@ -2,8 +2,7 @@ ...@@ -2,8 +2,7 @@
This is a [TensorFlow](http://www.tensorflow.org/) model for compressing and This is a [TensorFlow](http://www.tensorflow.org/) model for compressing and
decompressing images using an already trained Residual GRU model as descibed decompressing images using an already trained Residual GRU model as descibed
in [Full Resolution Image Compression with Recurrent Neural Networks] in [Full Resolution Image Compression with Recurrent Neural Networks](https://arxiv.org/abs/1608.05148). Please consult the paper for more details
(https://arxiv.org/abs/1608.05148). Please consult the paper for more details
on the architecture and compression results. on the architecture and compression results.
This code will allow you to perform the lossy compression on an model This code will allow you to perform the lossy compression on an model
...@@ -13,8 +12,7 @@ Entropy Coding portions of our paper. ...@@ -13,8 +12,7 @@ Entropy Coding portions of our paper.
## Prerequisites ## Prerequisites
The only software requirements for running the encoder and decoder is having The only software requirements for running the encoder and decoder is having
Tensorflow installed. You will also need to [download] Tensorflow installed. You will also need to [download](http://download.tensorflow.org/models/compression_residual_gru-2016-08-23.tar.gz)
(http://download.tensorflow.org/models/compression_residual_gru-2016-08-23.tar.gz)
and extract the model residual_gru.pb. and extract the model residual_gru.pb.
If you want to generate the perceptual similarity under MS-SSIM, you will also If you want to generate the perceptual similarity under MS-SSIM, you will also
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment