AlphaNext

Results 19 comments of AlphaNext

没遇到过 @lilmangolil , 你注意下公式里面tensor 如何做平方运算,最简单的就是直接相乘,或者用pow

@sayakpaul There are some errors for two functions: 1) the **output** in get_keyframe_timestamps need to be checked ``` def get_keyframe_timestamps(video_path): command = ["ffprobe", "-select_streams", "v", "-show_frames", "-show_entries", "frame=pict_type", "-of", "csv",...

好的,期待您的回复,非常感谢!

> > > > 您好,请问您问题解决了吗? 没有解决,后面没follow这个论文了,确实没复现出来

@PANPANKK @taishan1994 应该是这个论文吧 [BERT for Joint Intent Classification and Slot Filling](https://arxiv.org/pdf/1902.10909.pdf)

> > > > 应该是和设置有关,我的建议是尽量使用大batch size和patch size (我用的是4GPU,patch size 64)。你可以plot一下训练曲线,可能还没完全收敛,这样的话单个GPU可能需要训练久一点。 @Algolzw 请问patch size参数在哪里调呢?

@xbyym 数据加载环节有过滤,需要根据自己数据的分布特点来设置bucket_config,代码段: https://github.com/hpcaitech/Open-Sora/blob/main/opensora/datasets/sampler.py#L200-L207 子函数:https://github.com/hpcaitech/Open-Sora/blob/main/opensora/datasets/bucket.py#L74-L120