bsn_tem.py 168 Bytes
Newer Older
unknown's avatar
unknown committed
1
2
3
4
5
6
7
8
# model settings
model = dict(
    type='TEM',
    temporal_dim=100,
    boundary_ratio=0.1,
    tem_feat_dim=400,
    tem_hidden_dim=512,
    tem_match_threshold=0.5)