MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / get_expected_model_shape

Function get_expected_model_shape

tests/networks/nets/test_efficientnet.py:55–66  ·  view source on GitHub ↗
(model_name)

Source from the content-addressed store, hash-verified

53
54
55def get_expected_model_shape(model_name):
56 model_input_shapes = {
57 "efficientnet-b0": 224,
58 "efficientnet-b1": 240,
59 "efficientnet-b2": 260,
60 "efficientnet-b3": 300,
61 "efficientnet-b4": 380,
62 "efficientnet-b5": 456,
63 "efficientnet-b6": 528,
64 "efficientnet-b7": 600,
65 }
66 return model_input_shapes[model_name]
67
68
69def get_block_args():

Callers 2

make_shape_casesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…