文件名称:perceiver-pytorch:在Pytorch中实现感知器(具有迭代注意的一般感知)
文件大小:70KB
文件格式:ZIP
更新时间:2024-03-26 08:44:28
deep-learning artificial-intelligence attention-mechanism Python
感知器-火炬 在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
----setup.py(749B)
----perceiver_pytorch()
--------perceiver_pytorch.py(5KB)
--------__init__.py(0B)
----.gitignore(2KB)
----LICENSE(1KB)
----perceiver.png(64KB)
----.github()
--------workflows()
----README.md(2KB)