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
The text was updated successfully, but these errors were encountered:
Hi @LittleMouseInCoding, it seems that the sp_data_ne is a empty list. You can replace the https://github.com/microsoft/vert-papers/blob/master/papers/AdvPicker/get_xl_data.py#L254 to
sp_data_ne
sp_data_ne = TensorDataset(*[torch.stack(ii) if ii else torch.tensor([]) for ii in sp_data_ne])
or increase the args.threshold.
args.threshold
Sorry, something went wrong.
I changed the code as you suggested, and still can not reproduce the reported result.
No branches or pull requests
As shown in the figure, I use the same environment as you suggest, still meet the bug, do you have any solution?
The text was updated successfully, but these errors were encountered: