Pyodide里的Tensorflow目录
可以跑通基本的训练、使用模型过程
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import * as PythonPyodideSKLearnBlocks from './blocks/sklearn';
|
||||
import * as PythonPyodideSKLearnGenerators from './generators/sklearn';
|
||||
import * as PythonTensorflowBlocks from './blocks/tensorflow';
|
||||
import * as PythonTensorflowGenerators from './generators/tensorflow';
|
||||
|
||||
export {
|
||||
PythonPyodideSKLearnBlocks,
|
||||
PythonPyodideSKLearnGenerators
|
||||
PythonPyodideSKLearnGenerators,
|
||||
PythonTensorflowBlocks,
|
||||
PythonTensorflowGenerators
|
||||
};
|
||||
Reference in New Issue
Block a user