Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
naver
/
SuperFeatures
like
4
Build error
App
Files
Files
Community
7497da3
SuperFeatures
/
how
/
layers
/
__init__.py
YannisK
temp state
32408ed
over 2 years ago
raw
Copy download link
history
blame
Safe
131 Bytes
"""
Modules implementing layers in pytorch by inheriting from torch.nn.Module
"""
from
.
import
attention, dim_reduction, pooling