1= dict(
2 type='MMActionPyTorchRunner',
3 model_cfg = '/workspace/mmaction2/configs/skeleton/posec3d/slowonly_r50_8xb16-u48-240e_ntu60-xsub-keypoint.py',
4 model_checkpoint = '/workspace/smlab/checkpoints/action/slowonly_r50_u48_240e_ntu60_xsub_keypoint-f3adabf1.pth',
5 device = 'cuda',
6 input_type = 'PoseC3D',
7 k=60,
8 img_shape = None,
9 use_valid_check=True,
10 use_dummy_pose=True
11 )