about the nextvlad input size
Created by: Usernamezhx
I read the 2d youtube-8m nextvlad tensorflow code: https://github.com/linrongc/youtube-8m/blob/4810b4e7763c9aa2430ee0cc45b86ad72faecc7b/nextvlad.py#L26, the input is such as [1, 300, 1024] which means the [batch, frames, feature_size] I think it only support batch_size: 1. so I want to know. the padlepaddle version suppot other num batch_size ? I mean the input size:https://github.com/PaddlePaddle/models/blob/554d8864eb0ec9416c06357a7bca1789fc750f78/PaddleCV/PaddleVideo/models/nextvlad/nextvlad_model.py#L43