MCPcopy Create free account
hub / github.com/Intelligent-Computing-Lab-Panda/NDA_SNN / add_dimention

Function add_dimention

models/layers.py:72–75  ·  view source on GitHub ↗
(x, T)

Source from the content-addressed store, hash-verified

70
71
72def add_dimention(x, T):
73 x.unsqueeze_(1)
74 x = x.repeat(1, T, 1, 1, 1)
75 return x
76
77
78class tdBatchNorm(nn.BatchNorm2d):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected