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: README.md
+96-18Lines changed: 96 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,66 +4,134 @@ This repository contains sample applications and code examples for use with Grap
4
4
5
5
If you are interested in finding out more about Graphcore, including
6
6
getting preview access to IPUs to run these examples, please register
7
-
your interest [here](https://www.graphcore.ai/product_info).
7
+
your interest [here](https://www.graphcore.ai/product_info)
8
8
9
9
Please note we are not currently accepting pull requests or issues on this
10
10
repository. If you are actively using this repository and want to report any issues, please raise a ticket through the Graphcore support portal: https://www.graphcore.ai/support.
11
11
12
12
The latest version of the documentation for the Poplar software stack, and other developer resources, is available at https://www.graphcore.ai/developer.
13
13
14
-
> The code presented here requires using Poplar SDK 2.4.x
14
+
> The code presented here requires using Poplar SDK 2.5.x
15
15
16
16
Please install and enable the Poplar SDK following the instructions in the Getting Started guide for your IPU system.
17
17
18
18
Unless otherwise specified by a LICENSE file in a subdirectory, the LICENSE referenced at the top level applies to the files in this repository.
19
+
<br>
20
+
<br>
19
21
20
22
## Repository contents
23
+
1.[Computer Vision](#cv)
24
+
2.[Natural Language Processing](#nlp)
25
+
3.[Speech](#speech)
26
+
4.[Graph Neural Network](#gnn)
27
+
5.[AI for Simulation](#simulation)
28
+
6.[Recommender Systems](#recommender_systems)
29
+
7.[Miscellaneous](#miscellaneous)
21
30
22
-
### Application examples
31
+
<br>
23
32
24
-
The [applications/](applications) folder contains example applications written in different frameworks targeting the IPU. See the READMEs in each folder for details on how to use these applications.
| DeepDriveMD | Biology (Protein folding) | Training |[TensorFlow 2](code_examples/tensorflow2/deep_drive_md)|
89
+
| CosmoFlow example using 3D Convolutions | Cosmology| Training & Inference |[TensorFlow 1](code_examples/tensorflow/cosmoflow)|
90
+
91
+
<br>
92
+
93
+
### Recommender Systems <aname="recommender_systems"></a>
94
+
| Model | Domain | Type |Links |
95
+
| ------- | ------- |------- | ------- |
48
96
| Deep AutoEncoders for Collaborative Filtering | Recommender Systems | Training & Inference |[TensorFlow 1](applications/tensorflow/autoencoder)|
49
97
| Click through rate: Deep Interest Network | Recommender Systems | Training & Inference |[TensorFlow 1](applications/tensorflow/click_through_rate)|
50
98
| Click through rate: Deep Interest Evolution Network | Recommender Systems | Training & Inference |[TensorFlow 1](applications/tensorflow/click_through_rate)|
99
+
<br>
100
+
101
+
### Miscellaneous <aname="miscellaneous"></a>
102
+
| Model | Domain | Type |Links |
103
+
| ------- | ------- |------- | ------- |
51
104
| RL Policy model | Reinforcement Learning | Training |[TensorFlow 1](applications/tensorflow/reinforcement_learning)|
52
105
| MNIST RigL | Dynamic Sparsity | Training |[TensorFlow 1](applications/tensorflow/dynamic_sparsity/mnist_rigl)|
53
-
| Autoregressive Language Modelling | Dynamic Sparsity | Training |[TensorFlow 1](applications/tensorflow/dynamic_sparsity/language_modelling)|
The [applications/](applications) folder contains example applications written in different frameworks targeting the IPU. See the READMEs in each folder for details on how to use these applications.
124
+
<br>
125
+
60
126
### Code examples
61
127
62
128
The [code_examples/](code_examples) folder contains smaller models and code examples. See the READMEs in each folder for details.
129
+
<br>
63
130
64
131
### Tutorials
65
132
66
133
Tutorials and further code examples can be found in our dedicated [Tutorials repository](https://github.com/graphcore/tutorials).
134
+
<br>
67
135
68
136
### Utilities
69
137
@@ -72,15 +140,25 @@ The [utils/](utils) folder contains utilities libraries and scripts that are use
72
140
*[utils/examples_tests](utils/examples_tests) - Common Python helper functions for the repository's unit tests.
73
141
*[utils/benchmarks](utils/benchmarks) - Common Python helper functions for running benchmarks on the IPU in different frameworks.
0 commit comments