Skip to content

Conversation

@zou3519
Copy link
Contributor

@zou3519 zou3519 commented Mar 15, 2018

Fixes #5808

Does two main things:

  1. Fix convolution type mismatch error message
  2. Whenever we have a C++ Variable, don't report it as a Variable on the python side

Test Plan

run script
image


// Translate Aten types to their respective pytorch ones
std::vector<std::pair<std::string, std::string>> changes {
{"Variable[SparseCUDAByteType]", "torch.cuda.sparse.ByteTensor"},

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@soumith soumith merged commit ecffe53 into pytorch:master Mar 15, 2018
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.

4 participants