Skip to content

Commit

Permalink
Merge pull request #1246 from tlsaeger/tom-charRNN-disable
Browse files Browse the repository at this point in the history
Disabled p5 web editor examples
  • Loading branch information
joeyklee authored Feb 8, 2022
2 parents e4ec496 + 8795d48 commit a409ffe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/reference/charrnn.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,11 @@ charrnn.reset();
**p5 web editor**
* [CharRNN_Interactive](https://editor.p5js.org/ml5/sketches/CharRNN_Interactive)
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.
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)
<!-- * [CharRNN_Interactive](https://editor.p5js.org/ml5/sketches/CharRNN_Interactive)
* [CharRNN_Text](https://editor.p5js.org/ml5/sketches/CharRNN_Text)
* [CharRNN_Text_Stateful](https://editor.p5js.org/ml5/sketches/CharRNN_Text_Stateful)
* [CharRNN_Text_Stateful](https://editor.p5js.org/ml5/sketches/CharRNN_Text_Stateful) -->
**plain javascript**
* [CharRNN_Interactive](https://github.com/ml5js/ml5-library/tree/main/examples/javascript/CharRNN/CharRNN_Interactive)
Expand Down

0 comments on commit a409ffe

Please sign in to comment.