We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,在使用您的模型跑其他数据集时,我发现了数据采集部分有些问题,代码位置在BiEN-main/datasets/samplers.py第60行 此处query_shot没有用到,导致后续我希望改变query_shot参数运行时没有作用。
The text was updated successfully, but these errors were encountered:
Just change line 74 to self.query_shot = query_shot, and query_shot is 16 in all of our experiments.
Sorry, something went wrong.
No branches or pull requests
您好,在使用您的模型跑其他数据集时,我发现了数据采集部分有些问题,代码位置在BiEN-main/datasets/samplers.py第60行
此处query_shot没有用到,导致后续我希望改变query_shot参数运行时没有作用。
The text was updated successfully, but these errors were encountered: