MCPcopy Create free account
hub / github.com/MaureenZOU/TSAM / __init__

Method __init__

src/model/modules.py:104–105  ·  view source on GitHub ↗
(self, nc_in, nf, use_bias, norm, conv_by, conv_type)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected