shuangshuangguo / tsn-tensorflow

This is tensorflow implementation for TSN(Temporal Segment Networks)
21 stars 7 forks source link

about extract features #4

Open sucaohan opened 5 years ago

sucaohan commented 5 years ago

您好,我现在用的是tsn框架(pytorch),然后我想提取最后一个卷积层的特征,并且把它输入到新加的激活层tanh中(tanh这一层我把它加到models.py的def prepare_tsn函数里面。因为我无法给直接他加到yaml里)。您知道该怎么操作吗?期待您的回复,谢谢

shuangshuangguo commented 5 years ago

Modify prepare_tsn function in models.py.