Pyodide里的Tensorflow目录

可以跑通基本的训练、使用模型过程
This commit is contained in:
RXXXBNUer
2025-10-04 11:24:10 +08:00
parent 57b59e7d33
commit fe343c67ff
30 changed files with 1459 additions and 419 deletions

View File

@@ -69,7 +69,9 @@ import {
import {
PythonPyodideSKLearnBlocks,
PythonPyodideSKLearnGenerators
PythonPyodideSKLearnGenerators,
PythonTensorflowBlocks,
PythonTensorflowGenerators
} from './';
import './others/loader';
@@ -113,7 +115,8 @@ Object.assign(
PythonMixpySKLearnBlocks,
PythonMixpySystemBlocks,
PythonMixpyTurtleBlocks,
PythonPyodideSKLearnBlocks
PythonPyodideSKLearnBlocks,
PythonTensorflowBlocks
);
Object.assign(
@@ -146,5 +149,6 @@ Object.assign(
PythonMixpySKLearnGenerators,
PythonMixpySystemGenerators,
PythonMixpyTurtleGenerators,
PythonPyodideSKLearnGenerators
PythonPyodideSKLearnGenerators,
PythonTensorflowGenerators
);