Bi-FRN icon indicating copy to clipboard operation
Bi-FRN copied to clipboard

发现了数据采集部分有些问题

Open timenotwait opened this issue 1 year ago • 1 comments

您好,在使用您的模型跑其他数据集时,我发现了数据采集部分有些问题,代码位置在BiEN-main/datasets/samplers.py第60行 屏幕截图 2024-04-28 202059 此处query_shot没有用到,导致后续我希望改变query_shot参数运行时没有作用。

timenotwait avatar Apr 28 '24 12:04 timenotwait

Just change line 74 to self.query_shot = query_shot, and query_shot is 16 in all of our experiments.

spraise avatar May 03 '24 06:05 spraise