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

add weights info in nextvlad

上级 62e61bfd
...@@ -147,6 +147,10 @@ class NEXTVLAD(ModelBase): ...@@ -147,6 +147,10 @@ class NEXTVLAD(ModelBase):
self.label_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, def get_learning_rate_decay_list(base_learning_rate, decay, max_iter,
decay_examples, total_batch_size): decay_examples, total_batch_size):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册