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

Fix bug in depthwise conv dilations with padding=same #1320

Merged
merged 2 commits into from Feb 5, 2021

Conversation

TomWildenhain-Microsoft
Copy link
Contributor

Signed-off-by: Tom Wildenhain tomwi@microsoft.com

model_path = os.path.join(self.test_data_directory, self._testMethodName + "_after_tf_optimize.pb")
utils.save_protobuf(model_path, graph_def)
self.logger.debug("created file %s", model_path)
model_path = os.path.join(self.test_data_directory, self._testMethodName + "_after_tf_optimize.pb")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Must have previously slide in a change with if True or ..., but I like this always enabled so I'll keep it since I don't think it has any UT perf impact.

Signed-off-by: Tom Wildenhain <tomwi@microsoft.com>
@TomWildenhain-Microsoft TomWildenhain-Microsoft merged commit 8114f4b into master Feb 5, 2021
@TomWildenhain-Microsoft TomWildenhain-Microsoft deleted the tom/DepthwiseConvDilations branch February 5, 2021 20:48
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

Successfully merging this pull request may close these issues.

None yet

2 participants