Skip to content
New issue

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

in conv2d_mtl.py, the mtl_weight has 4-dimensional and the weight has 3-dimensional, new_mtl_weight = self.mtl_weight.expand(self.weight.shape) has error,is there some problem? #57

Open
huifangchen1993 opened this issue Jan 26, 2022 · 1 comment

Comments

@huifangchen1993
Copy link

No description provided.

@yaoyao-liu
Copy link
Owner

Thanks for your interest in our work!

I think you are referring to the following line:

new_mtl_weight = self.mtl_weight.expand(self.weight.shape)

It works well when I am running this project. So I am not sure why there is an error when running this line.
Could you please provide more information? Maybe I can try to find a solution based on your case.
The related information includes your python and PyTorch version, the error log, and so on.

I am looking forward to your reply.

Have a nice day.

Best,
Yaoyao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants