Skip to content

Fixed repr for ElasticTransform#6758

Merged
datumbox merged 2 commits intopytorch:mainfrom
vfdev-5:repr-fix-ElasticTransform
Oct 13, 2022
Merged

Fixed repr for ElasticTransform#6758
datumbox merged 2 commits intopytorch:mainfrom
vfdev-5:repr-fix-ElasticTransform

Conversation

@vfdev-5
Copy link
Copy Markdown
Contributor

@vfdev-5 vfdev-5 commented Oct 12, 2022

- ElasticTransform(alpha=[50.0, 50.0]), (sigma=[5.0, 5.0]), interpolation={self.interpolation}, fill={self.fill})
+ ElasticTransform(alpha=[50.0, 50.0], sigma=[5.0, 5.0]), interpolation=InterpolationMode.BILINEAR, fill=0) 

@vfdev-5 vfdev-5 force-pushed the repr-fix-ElasticTransform branch from b5f8151 to c76a77e Compare October 12, 2022 15:19
Copy link
Copy Markdown
Contributor

@datumbox datumbox left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@datumbox datumbox merged commit 6d774c6 into pytorch:main Oct 13, 2022
facebook-github-bot pushed a commit that referenced this pull request Oct 17, 2022
Summary: Co-authored-by: Vasilis Vryniotis <datumbox@users.noreply.github.com>

Reviewed By: NicolasHug

Differential Revision: D40427484

fbshipit-source-id: f4383ec92f59bae0c924aeec3df3f9125fc3ad35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants