-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[C++ API] Remove input_channels / output_channels / with_bias from ConvOptions #29838
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
Conversation
CircleCI build failures summaryAs of commit 697fb71:
Here are the reasons each build failed:
This comment was automatically generated by Dr. CI. Please report bugs/suggestions on the GitHub issue tracker. This comment has been revised 4 time(s). |
|
Currently blocked by #29853. |
Summary: Update torchvision in CI to include pytorch/vision@44a5bae. This PR is blocking #29838. Pull Request resolved: #29853 Differential Revision: D18531096 Pulled By: yf225 fbshipit-source-id: 19ed7628d08854108a05e01696e09c9b03a3d5f4
697fb71 to
e97a59d
Compare
facebook-github-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yf225 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
…(#29838) Summary: Since torchvision is not using input_channels / output_channels / with_bias in ConvOptions anymore (#1576), we can remove the bridges now. Pull Request resolved: pytorch/pytorch#29838 Differential Revision: D18531481 Pulled By: yf225 fbshipit-source-id: e48d9e8cf110095f83d9ed18b9fec020ec725f3e
Summary: Update torchvision in CI to include pytorch/vision@44a5bae. This PR is blocking pytorch#29838. Pull Request resolved: pytorch#29853 Differential Revision: D18531096 Pulled By: yf225 fbshipit-source-id: 19ed7628d08854108a05e01696e09c9b03a3d5f4
facebook-github-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yf225 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Since torchvision is not using input_channels / output_channels / with_bias in ConvOptions anymore (pytorch/vision#1576), we can remove the bridges now.