File tree Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 26
26
own experiments. To reproduce the exact results from the paper, tuning of hyper-
27
27
parameters may be necessary. To compress images with published models, see
28
28
`tfci.py`.
29
+
30
+ Currently, this script requires tensorflow-compression v1.3.
29
31
"""
30
32
31
33
import argparse
Original file line number Diff line number Diff line change 24
24
own experiments. To reproduce the exact results from the paper, tuning of hyper-
25
25
parameters may be necessary. To compress images with published models, see
26
26
`tfci.py`.
27
+
28
+ Currently, this script requires tensorflow-compression v1.3.
27
29
"""
28
30
29
31
import argparse
Original file line number Diff line number Diff line change 24
24
own experiments. To reproduce the exact results from the paper, tuning of hyper-
25
25
parameters may be necessary. To compress images with published models, see
26
26
`tfci.py`.
27
+
28
+ This script requires tensorflow-compression v2.x.
27
29
"""
28
30
29
31
import argparse
Original file line number Diff line number Diff line change 16
16
17
17
Use this script to compress images with pre-trained models as published. See the
18
18
'models' subcommand for a list of available models.
19
+
20
+ Currently, this script requires tensorflow-compression v1.3.
19
21
"""
20
22
21
23
import argparse
Original file line number Diff line number Diff line change 20
20
" \n " ,
21
21
" \u003e \" Neural Networks Optimally Compress the Sawbridge\" \u003c br /\u003e \n " ,
22
22
" \u003e A. B. Wagner, J. Ballé\u003c br /\u003e \n " ,
23
- " \u003e https://arxiv.org/abs/2011.05065\n "
23
+ " \u003e https://arxiv.org/abs/2011.05065\n " ,
24
+ " \n " ,
25
+ " This code requires tensorflow-compression v2.x.\n "
24
26
]
25
27
},
26
28
{
You can’t perform that action at this time.
0 commit comments