Replies: 1 comment 16 replies
-
If the inputs have different shapes, perhaps you should create separate |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi, all
I found a bug when I use multi-process for different shape dataset.
the transform is global , and the self.center will be changed during different processes, so change it to a local parameter in call function is better solution I think.
Best,
Gang in Beijing
Beta Was this translation helpful? Give feedback.
All reactions