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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi i encountered an error on mixup.py while trying to run run_class_finetuning.py
While trying to run run_class_finetuning.py i get the following error:
/opt/conda/conda-bld/pytorch_1659484810403/work/aten/src/aTen/native/cuda/ScatterGatherKernel.cu:365: operator(): block: [0,0,0], thread: [31,0,0] Assertion "idx_dim >= 0 && idx_dim< index_size && "index out of bounds " failed. Aborted (cuda dumped)
Error happens on scatter_ function. Specifically on :
mixup.py return torch.full((x.size()[0], num_classes), off_value, device=device).scatter_(1, x, on_value)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi i encountered an error on mixup.py while trying to run run_class_finetuning.py
While trying to run run_class_finetuning.py i get the following error:
Error happens on scatter_ function. Specifically on :
mixup.py
return torch.full((x.size()[0], num_classes), off_value, device=device).scatter_(1, x, on_value)
The text was updated successfully, but these errors were encountered: