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
Hi, in manifold_mixup_hidden_ssl.py row 215. Using two GPU with DataParallel the dim of lam is two, .item() cannot convert to one single scalar.
The text was updated successfully, but these errors were encountered:
@mpicci Hi there! For SSL, please check our new detailed work here https://github.com/vikasverma1077/ICT
It uses single GPU for sake of simplicity.
Sorry, something went wrong.
Yeah, I have the same problem as @mpicci. I have noticed that the implementation has commented the dataparallel out.
No branches or pull requests
Hi,
in manifold_mixup_hidden_ssl.py row 215.
Using two GPU with DataParallel the dim of lam is two, .item() cannot convert to one single scalar.
The text was updated successfully, but these errors were encountered: