MCPcopy Create free account
hub / github.com/TrustAGI-Lab/MTGODE / setIntermediate

Method setIntermediate

model.py:91–93  ·  view source on GitHub ↗
(self, dilation)

Source from the content-addressed store, hash-verified

89 self.graph = graph
90
91 def setIntermediate(self, dilation):
92 self.new_dilation = dilation
93 self.intermediate_seq_len = self.receptive_field
94
95
96class MTGODE(nn.Module):

Callers 1

forwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected