MCPcopy Create free account
hub / github.com/CausalLearning/robust-unlearnable-examples / resnet50

Function resnet50

models/resnet.py:153–154  ·  view source on GitHub ↗
(in_dims, out_dims)

Source from the content-addressed store, hash-verified

151 return WRN([5,5,5], in_dims, out_dims, wide=10)
152
153def resnet50(in_dims, out_dims):
154 return ResNet(Bottleneck, [3,4,6,3], in_dims, out_dims, 1)

Callers

nothing calls this directly

Calls 1

ResNetClass · 0.85

Tested by

no test coverage detected