Renovamen / torchop

A collection of some attention / convolution operators implemented using PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

torchop

A collection of some attention/convolution operators implemented using PyTorch.

这里是一篇介绍它们的博客

WIP

 

Installation (optional)

git clone https://github.com/Renovamen/torchop.git
cd torchop
python setup.py install

or

pip install git+https://github.com/Renovamen/torchop.git --upgrade

 

Implemented Networks

Attention

Convolution

About

A collection of some attention / convolution operators implemented using PyTorch.

License:MIT License


Languages

Language:Python 100.0%