MCPcopy 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
103class 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
108class UpSampleModule(BaseModule):

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected