"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "43f7a7e7424ec328c1d6dd3a948db7699f0571e6"
Unverified Commit 51d261e7 authored by J-shang's avatar J-shang Committed by GitHub
Browse files

Merge pull request #4668 from microsoft/doc-refactor

parents d63a2ea3 b469e1c1
...@@ -13,6 +13,9 @@ ...@@ -13,6 +13,9 @@
/test/ut/retiarii/_debug_graph_data.json /test/ut/retiarii/_debug_graph_data.json
/test/ut/retiarii/out.tmp /test/ut/retiarii/out.tmp
# example generated files
/nni_assets/**/data/
# Logs # Logs
logs logs
*.log *.log
......
This diff is collapsed.
...@@ -9,7 +9,8 @@ pytest ...@@ -9,7 +9,8 @@ pytest
pytest-azurepipelines pytest-azurepipelines
pytest-cov pytest-cov
rstcheck rstcheck
sphinx sphinx >= 4.4
sphinx-argparse-nni >= 0.4.0 sphinx-argparse-nni >= 0.4.0
sphinx-gallery sphinx-gallery
sphinxcontrib-bibtex
git+https://github.com/bashtage/sphinx-material.git git+https://github.com/bashtage/sphinx-material.git
...@@ -9,6 +9,7 @@ torchvision == 0.11.1+cpu ; sys_platform != "darwin" ...@@ -9,6 +9,7 @@ torchvision == 0.11.1+cpu ; sys_platform != "darwin"
torchvision == 0.11.1 ; sys_platform == "darwin" torchvision == 0.11.1 ; sys_platform == "darwin"
pytorch-lightning >= 1.5.0 pytorch-lightning >= 1.5.0
torchmetrics torchmetrics
lightgbm
onnx onnx
peewee peewee
graphviz graphviz
......
...@@ -5,6 +5,7 @@ tensorflow ...@@ -5,6 +5,7 @@ tensorflow
torch == 1.10.0+cu111 torch == 1.10.0+cu111
torchvision == 0.11.1+cu111 torchvision == 0.11.1+cu111
pytorch-lightning >= 1.5.0 pytorch-lightning >= 1.5.0
lightgbm
onnx onnx
peewee peewee
graphviz graphviz
......
...@@ -7,6 +7,7 @@ torchvision == 0.8.2+cpu ...@@ -7,6 +7,7 @@ torchvision == 0.8.2+cpu
pytorch-lightning pytorch-lightning
torchmetrics torchmetrics
lightgbm
onnx onnx
peewee peewee
graphviz graphviz
......
...@@ -6,6 +6,7 @@ hyperopt == 0.1.2 ...@@ -6,6 +6,7 @@ hyperopt == 0.1.2
json_tricks >= 3.15.5 json_tricks >= 3.15.5
numpy < 1.22 ; python_version < "3.8" numpy < 1.22 ; python_version < "3.8"
numpy ; python_version >= "3.8" numpy ; python_version >= "3.8"
packaging
pandas pandas
prettytable prettytable
psutil psutil
......
...@@ -2,3 +2,9 @@ build/ ...@@ -2,3 +2,9 @@ build/
# legacy build # legacy build
_build/ _build/
# ignored copied rst in tutorials
/source/tutorials/**/cp_*.rst
# auto-generated reference table
_modules/
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