tensorflow lambda:在lambdas(awsvercel...)上运行tensorflow 源码
张量流-λ 用法 首先,安装软件包: yarn add tensorflow-lambda 然后可以像这样使用它: const loadTf = require ( 'tensorflow-lambda' ) const tf = await loadTf ( ) // you get the same `tf` object that would get if you were doing: // const tf = require('@tensorflow/tfjs') tf . tensor ( [ 1 , 2 , 3 , 4 ] ) . print ( ) 看下面的例子: (
文件列表
tensorflow-lambda-master.zip
(预估有个14文件)
tensorflow-lambda-master
index.js
1KB
tfjs-node
index.js
50B
package.json
148B
yarn.lock
17KB
package.json
682B
readme.md
2KB
.github
main.workflow
396B
暂无评论