-
Notifications
You must be signed in to change notification settings - Fork 180
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 translate fill #184
Fix translate fill #184
Conversation
Tried running this and was missing the |
also get the following error when making a CIFAR data loader: (this is fixed by using the
If the problem isn't immediately obvious I can debug / make a test case. |
I think these are both properties in the v1.0.0 branch and not of the specific pull request---I can make a few new pull requests to fix these issues (should just be a matter of removing an |
Merging this! |
The translate transformation used to ignore its fill parameter and just use whatever happened to be in the dst tensor. This fixes that.