Pyodide里的Tensorflow目录
可以跑通基本的训练、使用模型过程
This commit is contained in:
@@ -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
|
||||
);
|
||||
Reference in New Issue
Block a user