Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
21256bf9
Unverified
Commit
21256bf9
authored
Nov 17, 2021
by
J-shang
Committed by
GitHub
Nov 17, 2021
Browse files
[Doc & Pipeline] Fix page level & upgrade python verison in fast-test-legacy (#4311)
parent
1bfc7acf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
dependencies/required.txt
dependencies/required.txt
+2
-1
docs/en_US/Compression/QuickStart.rst
docs/en_US/Compression/QuickStart.rst
+0
-1
docs/en_US/model_compression.rst
docs/en_US/model_compression.rst
+1
-0
No files found.
dependencies/required.txt
View file @
21256bf9
...
...
@@ -10,7 +10,8 @@ PythonWebHDFS
colorama
scikit-learn >= 0.24.1 ; python_version >= "3.7"
scikit-learn < 1.0 ; python_version < "3.7"
websockets
websockets >= 10.1 ; python_version >= "3.7"
websockets <= 10.0 ; python_version < "3.7"
filelock
prettytable
cloudpickle
...
...
docs/en_US/Compression/QuickStart.rst
View file @
21256bf9
...
...
@@ -4,7 +4,6 @@ Quick Start
..
toctree
::
:
hidden
:
Tutorial
<
Tutorial
>
Notebook
Example
<
compression_pipeline_example
>
...
...
docs/en_US/model_compression.rst
View file @
21256bf9
...
...
@@ -25,6 +25,7 @@ For details, please refer to the following tutorials:
Overview <Compression/Overview>
Quick Start <Compression/QuickStart>
Tutorial <Compression/Tutorial>
Pruning <Compression/pruning>
Pruning V2 <Compression/v2_pruning>
Quantization <Compression/quantization>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment