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
I did your usage guide for image inpainting.
PartialConv2d(self.inplanes, planes * block.expansion, kernel_size=1, stride=stride, bias=False, multi_channel=True, return_mask=True)
and started to run main.py but after partialconv, the code error is occured with this message
AttributeError: 'tuple' object has no attribute 'dim'
How can I solve this error?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I did your usage guide for image inpainting.
PartialConv2d(self.inplanes, planes * block.expansion, kernel_size=1, stride=stride, bias=False, multi_channel=True, return_mask=True)
and started to run main.py
but after partialconv, the code error is occured with this message
AttributeError: 'tuple' object has no attribute 'dim'
How can I solve this error?
The text was updated successfully, but these errors were encountered: