From 4b0f6c500fc6c5f3666d794c1a86343fa56fc3e4 Mon Sep 17 00:00:00 2001 From: Tom Saeger Date: Wed, 3 Nov 2021 16:15:38 +0100 Subject: [PATCH 1/2] disbaled p5 web editor examples --- docs/reference/charrnn.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/reference/charrnn.md b/docs/reference/charrnn.md index 6c3822303..f072ee74a 100644 --- a/docs/reference/charrnn.md +++ b/docs/reference/charrnn.md @@ -158,10 +158,11 @@ charrnn.reset(); * [CharRNN_Text_Stateful](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/CharRNN/CharRNN_Text_Stateful) **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) + **plain javascript** * [CharRNN_Interactive](https://github.com/ml5js/ml5-library/tree/main/examples/javascript/CharRNN/CharRNN_Interactive) From 8795d4840011c24a454b1ce7b5d6e3bb1d38e41f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom-Lucas=20S=C3=A4ger?= <33449313+tlsaeger@users.noreply.github.com> Date: Wed, 3 Nov 2021 16:24:00 +0100 Subject: [PATCH 2/2] Update charrnn.md added a line break --- docs/reference/charrnn.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/charrnn.md b/docs/reference/charrnn.md index f072ee74a..5f560ef89 100644 --- a/docs/reference/charrnn.md +++ b/docs/reference/charrnn.md @@ -158,6 +158,7 @@ charrnn.reset(); * [CharRNN_Text_Stateful](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/CharRNN/CharRNN_Text_Stateful) **p5 web editor** + 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)