Loading doc/notebooks/6_Machine_Learning/04_Exercices/02_Practical_Work/02_CNN_1_Beauty.ipynb +2 −2 Original line number Diff line number Diff line Loading @@ -1084,8 +1084,8 @@ " model = response;\n", " console.log(\"Model successfully loaded!\");\n", " })\n", " .catch(error => output.textContent = 'ERROR :\\n' + error.message +\n", " '\\n\\nFix: put your model in a ./model/ folder')\n", " .catch(error => output.textContent = \"ERROR :\" + error.message +\n", " \" Fix: put your model in a ./model/ folder\")\n", "\n", " await setupWebcam();\n", " webcam = await tf.data.webcam(webcamElement, {\n", Loading Loading
doc/notebooks/6_Machine_Learning/04_Exercices/02_Practical_Work/02_CNN_1_Beauty.ipynb +2 −2 Original line number Diff line number Diff line Loading @@ -1084,8 +1084,8 @@ " model = response;\n", " console.log(\"Model successfully loaded!\");\n", " })\n", " .catch(error => output.textContent = 'ERROR :\\n' + error.message +\n", " '\\n\\nFix: put your model in a ./model/ folder')\n", " .catch(error => output.textContent = \"ERROR :\" + error.message +\n", " \" Fix: put your model in a ./model/ folder\")\n", "\n", " await setupWebcam();\n", " webcam = await tf.data.webcam(webcamElement, {\n", Loading