1. 首页
  2. 数据库
  3. 其它
  4. tensorflow lambda:在lambdas(awsvercel...)上运行tensorflow 源码

tensorflow lambda:在lambdas(awsvercel...)上运行tensorflow 源码

上传者: 2021-02-26 18:00:15上传 ZIP文件 43.31KB 热度 17次
张量流-λ 用法 首先,安装软件包: 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 ( ) 看下面的例子: (
下载地址
用户评论