You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,18 +22,23 @@
22
22
Ensemble-PyTorch Documentation
23
23
==============================
24
24
25
-
Ensemble-PyTorch implements a collection of ensemble methods in PyTorch. It provides:
25
+
**Ensemble-PyTorch** implements a collection of ensemble methods in PyTorch. It provides:
26
26
27
-
* Easy ways to boost the performance of your deep learning models;
28
-
* Easy-to-use APIs on training and evaluating;
29
-
* High training efficiency.
30
-
31
-
To get started, please refer to `Quick Start <./quick_start.html>`__. To learn more about ensemble methods currently supported, please refer to `Introduction <./introduction.html>`__.
27
+
* |:chart_with_upwards_trend:| Easy ways to boost the performance of your deep learning models;
28
+
* |:baby:| Easy-to-use APIs on training and evaluating;
29
+
* |:zap:| High training efficiency with parallelization.
32
30
33
31
This package is under active development. Please feel free to open an `issue <https://github.com/AaronX121/Ensemble-Pytorch/issues>`__ if your have any problem. In addition, any feature request or `pull request <https://github.com/AaronX121/Ensemble-Pytorch/pulls>`__ would be highly welcomed.
34
32
35
-
Example on How to Use
36
-
---------------------
33
+
|:triangular_flag_on_post:| Guidepost
34
+
-------------------------------------
35
+
36
+
* To get started, please refer to `Quick Start <./quick_start.html>`__;
37
+
* To learn more about ensemble methods supported, please refer to `Introduction <./introduction.html>`__;
38
+
* If you are confused on which ensemble method to use, instructions in `Guidance <./guide.html>`__ may be helpful.
0 commit comments