MCPcopy Create free account
hub / github.com/dek924/PerX2CT / forward

Method forward

x2ct_nerf/modules/image_encoder/resnet.py:263–266  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

261 self.transform = get_data_transform(in_channels=in_channels, input_img_size=input_img_size)
262
263 def forward(self, x):
264 x = self.encoder(x)
265 x = self.decoder(x)
266 return x
267
268
269if __name__ == "__main__":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected