提交 0741c752 编写于 作者: D dengkaipeng

add weights info in nextvlad

上级 62e61bfd
......@@ -146,6 +146,10 @@ class NEXTVLAD(ModelBase):
return self.feature_input if self.mode == 'infer' else self.feature_input + [
self.label_input
]
def weights_info(self):
return ('nextvlad_youtube8m',
'https://paddlemodels.bj.bcebos.com/video_classification/nextvlad_youtube8m.tar.gz')
def get_learning_rate_decay_list(base_learning_rate, decay, max_iter,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册