Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaureenZOU/TSAM
/ AttentionDownSampleModule
Class
AttentionDownSampleModule
src/model/modules.py:103–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
102
103
class
AttentionDownSampleModule(DownSampleModule):
104
def
__init__(self, nc_in, nf, use_bias, norm, conv_by, conv_type):
105
super().__init__(nc_in, nf, use_bias, norm, conv_by, conv_type)
106
107
108
class
UpSampleModule(BaseModule):
Callers
1
__init__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected