anticipation/anticipation/configs/long_term_anti/epic/verb_anti_vpretrain/i3d.py [5:18]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
model = dict(
    type='I3DModel',
    num_classes=num_classes,
    backbone=dict(
        type="mlp1D",
        num_layers=2,
        in_channels=2048,
        h_channels=2048,
        out_channels=2048
    )
)

data = set_dataset_type(data, 'EpicFutureLabelsI3D')
work_dir = get_workdir(__file__)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



anticipation/anticipation/configs/long_term_anti/gtea/verb_anti_vpretrain/i3d.py [5:18]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
model = dict(
    type='I3DModel',
    num_classes=num_classes,
    backbone=dict(
        type="mlp1D",
        num_layers=2,
        in_channels=2048,
        h_channels=2048,
        out_channels=2048
    )
)

data = set_dataset_type(data, 'EpicFutureLabelsI3D')
work_dir = get_workdir(__file__)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



