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
您好,当我pretrained_name=="sketch_to_image_stochastic"时,unet.conv_in=TwinConv(convin_pretrained,unet.conv_in)实例化时,TwinConv的self.r为None,在运行x1*(1-self.r)+x2*(self.r)时报错,unsupported operand type(s)for -:'int' and ['NoneType']( )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,当我pretrained_name=="sketch_to_image_stochastic"时,unet.conv_in=TwinConv(convin_pretrained,unet.conv_in)实例化时,TwinConv的self.r为None,在运行x1*(1-self.r)+x2*(self.r)时报错,unsupported operand type(s)for -:'int' and ['NoneType'](
)
The text was updated successfully, but these errors were encountered: