MCPcopy Create free account
hub / github.com/baowenbo/DAIN / MultipleBasicBlock_4

Function MultipleBasicBlock_4

Resblock/BasicBlock.py:88–92  ·  view source on GitHub ↗
(input_feature,intermediate_feature = 64)

Source from the content-addressed store, hash-verified

86 return x
87
88def MultipleBasicBlock_4(input_feature,intermediate_feature = 64):
89 model = MultipleBasicBlock(input_feature,
90 BasicBlock,4 ,
91 intermediate_feature)
92 return model
93
94
95if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

MultipleBasicBlockClass · 0.85

Tested by

no test coverage detected