Skip to content

Commit a409ffe

Browse files
authored
Merge pull request #1246 from tlsaeger/tom-charRNN-disable
Disabled p5 web editor examples
2 parents e4ec496 + 8795d48 commit a409ffe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/reference/charrnn.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,11 @@ charrnn.reset();
159159
160160
**p5 web editor**
161161
162-
* [CharRNN_Interactive](https://editor.p5js.org/ml5/sketches/CharRNN_Interactive)
162+
Please be advised, that due to an incompatibility of the p5 web-editor and the weights that are used in this example, this example does not work in the p5 we-editor.
163+
Please use the p5.js example locally. Learn more about how to run examples locally [here.](https://github.com/ml5js/ml5-library/blob/main/examples/README.md#setup)
164+
<!-- * [CharRNN_Interactive](https://editor.p5js.org/ml5/sketches/CharRNN_Interactive)
163165
* [CharRNN_Text](https://editor.p5js.org/ml5/sketches/CharRNN_Text)
164-
* [CharRNN_Text_Stateful](https://editor.p5js.org/ml5/sketches/CharRNN_Text_Stateful)
166+
* [CharRNN_Text_Stateful](https://editor.p5js.org/ml5/sketches/CharRNN_Text_Stateful) -->
165167
166168
**plain javascript**
167169
* [CharRNN_Interactive](https://github.com/ml5js/ml5-library/tree/main/examples/javascript/CharRNN/CharRNN_Interactive)

0 commit comments

Comments
 (0)