perceiver pytorch:在Pytorch中实现感知器(具有迭代注意的一般感知) 源码
感知器-火炬 在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
文件列表
perceiver-pytorch-main.zip
(预估有个8文件)
perceiver-pytorch-main
setup.py
749B
perceiver_pytorch
perceiver_pytorch.py
5KB
__init__.py
0B
.gitignore
2KB
LICENSE
1KB
perceiver.png
64KB
.github
workflows
暂无评论