From 72c80513be798bc168ecf124ad6e4f4aea91f1a3 Mon Sep 17 00:00:00 2001 From: doejoedoe Date: Sun, 24 Dec 2023 12:40:37 +0300 Subject: [PATCH 1/6] added new layers --- client/scripts/auth.js | 2 - client/templates/main.html | 291 ++++++++++++++++++++++++++++++++++--- 2 files changed, 272 insertions(+), 21 deletions(-) diff --git a/client/scripts/auth.js b/client/scripts/auth.js index dd1690c4..a871ad46 100644 --- a/client/scripts/auth.js +++ b/client/scripts/auth.js @@ -19,8 +19,6 @@ const getSHA256Hash = async input => { return hash } -const py_server_address = localStorage.getItem("py_server_address") - signup.addEventListener("click", () => { formSection.classList.add("form-section-move") }) diff --git a/client/templates/main.html b/client/templates/main.html index c70523ce..d207fed6 100644 --- a/client/templates/main.html +++ b/client/templates/main.html @@ -109,6 +109,15 @@

MLCraft

Conv2D
+
+ Mean +
+
+ Sum +
+
+ SoftMax +