examples.rst 2.78 KB
Newer Older
qianyj's avatar
qianyj committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Examples
========

More examples can be found in our :githublink:`GitHub repository <examples>`.

.. cardlinkitem::
   :header: HPO Quickstart with PyTorch
   :description: Use HPO to tune a PyTorch FashionMNIST model
   :link: tutorials/hpo_quickstart_pytorch/main
   :image: ../img/thumbnails/hpo-pytorch.svg
   :background: purple
   :tags: HPO

.. cardlinkitem::
   :header: HPO Quickstart with TensorFlow
   :description: Use HPO to tune a TensorFlow MNIST model
   :link: tutorials/hpo_quickstart_tensorflow/main
   :image: ../img/thumbnails/hpo-tensorflow.svg
   :background: purple
   :tags: HPO

.. cardlinkitem::
   :header: HPO using command line tool
   :description: Run HPO experiment with nnictl
   :link: tutorials/hpo_nnictl/nnictl
   :image: ../img/thumbnails/hpo-pytorch.svg
   :background: purple
   :tags: HPO

.. cardlinkitem::
   :header: Hello, NAS!
   :description: Beginners' NAS tutorial on how to search for neural architectures for MNIST dataset.
   :link: tutorials/hello_nas
   :image: ../img/thumbnails/nas-tutorial.svg
   :background: cyan
   :tags: NAS

.. cardlinkitem::
   :header: Use NAS Benchmarks as Datasets
   :description: Query data from popular NAS benchmarks from our preprocessed benchmark database.
   :link: tutorials/nasbench_as_dataset
   :image: ../img/thumbnails/nas-benchmark.svg
   :background: cyan
   :tags: NAS

.. cardlinkitem::
   :header: Get Started with Model Pruning on MNIST
   :description: Familiarize yourself with pruning to compress your model 
   :link: tutorials/pruning_quick_start_mnist
   :image: ../img/thumbnails/pruning-tutorial.svg
   :background: blue
   :tags: Compression

.. cardlinkitem::
   :header: Get Started with Model Quantization on MNIST
   :description: Familiarize yourself with quantization to compress your model
   :link: tutorials/quantization_quick_start_mnist
   :image: ../img/thumbnails/quantization-tutorial.svg
   :background: indigo
   :tags: Compression

.. cardlinkitem::
   :header: Speedup Model with Mask
   :description: Make your model real smaller and faster with speed-up after pruned by pruner
   :link: tutorials/pruning_speedup
   :image: ../img/thumbnails/pruning-speed-up.svg
   :background: blue
   :tags: Compression

.. cardlinkitem::
   :header: Speedup Model with Calibration Config
   :description: Make your model real smaller and faster with speed-up after quantized by quantizer
   :link: tutorials/quantization_speedup
   :image: ../img/thumbnails/quantization-speed-up.svg
   :background: indigo
   :tags: Compression

.. cardlinkitem::
   :header: Pruning Bert on Task MNLI
   :description: An end to end example for how to using NNI pruning transformer and show the real speedup number
   :link: tutorials/pruning_bert_glue
   :image: ../img/thumbnails/pruning-tutorial.svg
   :background: indigo
   :tags: Compression