Shengqiong Wu

Results 3 issues of Shengqiong Wu

pytorch version: 0.4.1 when evaluate the model, eval batch size is 1, ` if max_update is None: max_update = op_ids.eq(self.update_id).sum(-1).max().item()` the value of `max_update` might be zero. So run the...

Thanks for the great work. When editing a new video based on NLA models, we should first extract the frames within a video and save it into a `video_name/frames_xxx.jpg`. I...

The `resample` function is not implemented in `paddle.audio.functional.py` , but it is called in: https://github.com/PaddlePaddle/PaddleMIX/blob/598b8c94ac92036bf1d94334685ae9f7f44be348/paddlemix/processors/imagebind_processing.py#L122-L123