1. 首页
  2. 移动开发
  3. 其他
  4. perceiver pytorch:在Pytorch中实现感知器(具有迭代注意的一般感知) 源码

perceiver pytorch:在Pytorch中实现感知器(具有迭代注意的一般感知) 源码

上传者: 2021-04-04 18:31:00上传 ZIP文件 70.05KB 热度 12次
感知器-火炬 在Pytorch中实现 (具有迭代注意的一般感知) 安装 $ pip install perceiver-pytorch 用法 import torch from perceiver_pytorch import Perceiver model = Perceiver ( num_fourier_features = 6 , # number of fourier features, with original value (2 * K + 1) depth = 48 , # depth of net, in paper, they went deep, making up for lack of attention num_latents = 6 , # number of latent
下载地址
用户评论