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 2626own experiments. To reproduce the exact results from the paper, tuning of hyper-
2727parameters may be necessary. To compress images with published models, see
2828`tfci.py`.
29+
30+ Currently, this script requires tensorflow-compression v1.3.
2931"""
3032
3133import argparse
Original file line number Diff line number Diff line change 2424own experiments. To reproduce the exact results from the paper, tuning of hyper-
2525parameters may be necessary. To compress images with published models, see
2626`tfci.py`.
27+
28+ Currently, this script requires tensorflow-compression v1.3.
2729"""
2830
2931import argparse
Original file line number Diff line number Diff line change 2424own experiments. To reproduce the exact results from the paper, tuning of hyper-
2525parameters may be necessary. To compress images with published models, see
2626`tfci.py`.
27+
28+ This script requires tensorflow-compression v2.x.
2729"""
2830
2931import argparse
Original file line number Diff line number Diff line change 1616
1717Use this script to compress images with pre-trained models as published. See the
1818'models' subcommand for a list of available models.
19+
20+ Currently, this script requires tensorflow-compression v1.3.
1921"""
2022
2123import argparse
Original file line number Diff line number Diff line change 2020 " \n " ,
2121 " \u003e \" Neural Networks Optimally Compress the Sawbridge\" \u003c br /\u003e \n " ,
2222 " \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 "
2426 ]
2527 },
2628 {
You can’t perform that action at this time.
0 commit comments