Home
last modified time | relevance | path

Searched refs:ActionRecResNetV1b (Results 1 – 2 of 2) sorted by relevance

/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/model_zoo/action_recognition/
H A Dactionrec_resnetv1b.py14 class ActionRecResNetV1b(HybridBlock): class
138 model = ActionRecResNetV1b(depth=18,
183 model = ActionRecResNetV1b(depth=34,
228 model = ActionRecResNetV1b(depth=50,
273 model = ActionRecResNetV1b(depth=101,
318 model = ActionRecResNetV1b(depth=152,
363 model = ActionRecResNetV1b(depth=18,
408 model = ActionRecResNetV1b(depth=34,
453 model = ActionRecResNetV1b(depth=50,
588 model = ActionRecResNetV1b(depth=50,
[all …]
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/torch/model_zoo/action_recognition/
H A Dactionrec_resnetv1b.py15 class ActionRecResNetV1b(nn.Module): class
49 super(ActionRecResNetV1b, self).__init__()
126 model = ActionRecResNetV1b(depth=18,
144 model = ActionRecResNetV1b(depth=34,
162 model = ActionRecResNetV1b(depth=50,
180 model = ActionRecResNetV1b(depth=101,
198 model = ActionRecResNetV1b(depth=152,
216 model = ActionRecResNetV1b(depth=50,
234 model = ActionRecResNetV1b(depth=50,