File tree Expand file tree Collapse file tree 4 files changed +159
-37
lines changed Expand file tree Collapse file tree 4 files changed +159
-37
lines changed Original file line number Diff line number Diff line change
1
+ +++
2
+ weight = 42
3
+ +++
4
+
5
+ <!-- Start vertical slides -->
6
+ {{% section %}}
7
+
8
+ # How you can help ?
9
+
10
+ Participating GitHub repositories:
11
+
12
+ - [ PyTorch-Ignite] ( https://github.com/pytorch/ignite ) - Library to help with training and evaluating neural networks
13
+
14
+ - ➡️ [ PyTorch-Ignite Code-Generator] ( https://github.com/pytorch-ignite/code-generator ) - Web Application to generate the training scripts
15
+
16
+ - [ PyTorch-Ignite Examples repository] ( https://github.com/pytorch-ignite/examples ) - Examples, tutorials, and how-to guides
17
+
18
+ ---
19
+
20
+ ## PyTorch-Ignite Code-Generator
21
+
22
+ <img height =" 300 " src =" https://raw.githubusercontent.com/pytorch-ignite/code-generator/main/src/assets/code-generator-demo-1080p.gif " />
23
+
24
+ <div style =" font-size : 20px ;" >
25
+
26
+ https://code-generator.pytorch-ignite.ai/
27
+
28
+ - ** What is Code-Generator?** : web app to quickly produce quick-start python code for common training tasks in deep learning.
29
+
30
+ - ** Why to use Code-Generator?** : start working on a task without rewriting everything from scratch.
31
+
32
+ </div >
33
+
34
+ ---
35
+
36
+ # Prerequisites
37
+
38
+ - Basic Python knowledge for working on templates
39
+ - Basic HTML/JS knowledge for the web application
40
+ - Basic Machine Learning knowledge
41
+
42
+ ---
43
+
44
+ # Start contributing
45
+
46
+ ## Contributing guidelines:
47
+
48
+ - https://github.com/pytorch-ignite/code-generator/blob/main/CONTRIBUTING.md
49
+
50
+ {{< add_vspace >}}
51
+
52
+ ## Help-wanted issues:
53
+
54
+ - https://github.com/pytorch-ignite/code-generator/issues?q=is%3Aissue+is%3Aopen+label%3APyDataGlobal2021
55
+
56
+
57
+
58
+ <!-- End vertical slides -->
59
+ {{% /section %}}
Original file line number Diff line number Diff line change
1
+ +++
2
+ weight = 43
3
+ +++
4
+
5
+ <!-- Start vertical slides -->
6
+ {{% section %}}
7
+
8
+ # How you can help ?
9
+
10
+ Participating GitHub repositories:
11
+
12
+ - [ PyTorch-Ignite] ( https://github.com/pytorch/ignite ) - Library to help with training and evaluating neural networks
13
+
14
+ - [ PyTorch-Ignite Code-Generator] ( https://github.com/pytorch-ignite/code-generator ) - Web Application to generate the training scripts
15
+
16
+ - ➡️ [ PyTorch-Ignite Examples repository] ( https://github.com/pytorch-ignite/examples ) - Examples, tutorials, and how-to guides
17
+
18
+
19
+ ---
20
+
21
+ # Prerequisites
22
+
23
+ - Basic Machine/Deep Learning knowledge
24
+ - Basic PyTorch and PyTorch-Ignite knowledge
25
+
26
+ ---
27
+
28
+ # Start contributing
29
+
30
+ ## Contributing guidelines:
31
+
32
+ - Setup Jupyter Notebook with PyTorch and PyTorch-Ignite installed
33
+
34
+ {{< add_vspace >}}
35
+
36
+ ## Help-wanted issues:
37
+
38
+ - https://github.com/pytorch-ignite/examples/issues?q=is%3Aissue+is%3Aopen+label%3APyDataGlobal2021
39
+
40
+
41
+
42
+ <!-- End vertical slides -->
43
+ {{% /section %}}
Original file line number Diff line number Diff line change
1
+ +++
2
+ weight = 41
3
+ +++
4
+
5
+ <!-- Start vertical slides -->
6
+ {{% section %}}
7
+
8
+ # How you can help ?
9
+
10
+ Participating GitHub repositories:
11
+
12
+ - ➡️ [ PyTorch-Ignite] ( https://github.com/pytorch/ignite ) - Library to help with training and evaluating neural networks
13
+
14
+ - [ PyTorch-Ignite Code-Generator] ( https://github.com/pytorch-ignite/code-generator ) - Web Application to generate the training scripts
15
+
16
+ - [ PyTorch-Ignite Examples repository] ( https://github.com/pytorch-ignite/examples ) - Examples, tutorials, and how-to guides
17
+
18
+ ---
19
+
20
+ # Prerequisites
21
+
22
+ - Basic Python knowledge
23
+ - Basic PyTorch knowledge
24
+ - Basic Machine Learning knowledge
25
+
26
+ ---
27
+
28
+ # Start contributing
29
+
30
+ ## Codebase structure
31
+
32
+ <div style =" font-size : 20px ;" >
33
+
34
+ - [ ignite] ( ignite ) - Core library files
35
+ - [ engine] ( ignite/engine ) - Module containing core classes like Engine, Events, State.
36
+ - [ handlers] ( ignite/handlers ) - Module containing out-of-the-box handlers
37
+ - [ metrics] ( ignite/metrics ) - Module containing out-of-the-box metrics
38
+ - [ contrib] ( ignite/contrib ) - Contrib module with other metrics, handlers classes that may require additional dependencies
39
+ - [ distributed] ( ignite/distributed ) - Module with helpers for distributed computations
40
+ - [ tests] ( tests ) - Python unit tests
41
+ - [ docs] ( docs ) - Documentation files
42
+
43
+ </div >
44
+
45
+ https://github.com/pytorch/ignite/blob/master/CONTRIBUTING.md#developing-ignite
46
+
47
+ ---
48
+
49
+ # Help-wanted issues:
50
+
51
+ https://github.com/pytorch/ignite/issues?q=is%3Aopen+is%3Aissue+label%3APyDataGlobal
52
+
53
+
54
+
55
+
56
+ <!-- End vertical slides -->
57
+ {{% /section %}}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments