File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 45
45
},
46
46
"source" : [
47
47
" %tensorflow_version 1.x\n " ,
48
- " !pip install tensorflow-compression\n " ,
49
- " ![[ -e tfc ]] || git clone https://github.com/tensorflow/compression tfc\n " ,
50
- " %cd tfc/models\n " ,
48
+ " !pip install tensorflow-compression\\ <2.0 \ n" ,
49
+ " ![[ -e / tfc ]] || git clone https://github.com/tensorflow/compression / tfc\n " ,
50
+ " %cd / tfc/models\n " ,
51
51
" import tfci # Check if tfci.py is available.\n "
52
52
],
53
53
"execution_count" : null ,
362
362
"outputs" : []
363
363
}
364
364
]
365
- }
365
+ }
Original file line number Diff line number Diff line change 38
38
" # directly in a Colaboratory hosted runtime from Github.\n " ,
39
39
" \n " ,
40
40
" %tensorflow_version 2.x\n " ,
41
- " !pip install tensorflow-compression>=2.0 \n " ,
42
- " ![[ -e tfc ]] || git clone https://github.com/tensorflow/compression tfc\n " ,
43
- " %cd tfc/models\n "
41
+ " !pip install tensorflow-compression\\ >=2.0b0 \n " ,
42
+ " ![[ -e / tfc ]] || git clone https://github.com/tensorflow/compression / tfc\n " ,
43
+ " %cd / tfc/models\n "
44
44
],
45
45
"execution_count" : null ,
46
46
"outputs" : []
You can’t perform that action at this time.
0 commit comments