MCPcopy Create free account
hub / github.com/tensorflow/models / Backbone

Class Backbone

official/modeling/hyperparams/oneof_test.py:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26@dataclasses.dataclass
27class Backbone(oneof.OneOfConfig):
28 type: str = 'resnet'
29 resnet: ResNet = dataclasses.field(default_factory=ResNet)
30 not_resnet: int = 2
31
32
33@dataclasses.dataclass

Callers 1

test_get_oneofMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_get_oneofMethod · 0.56