Skip to content

Instantly share code, notes, and snippets.

@SamratSahoo
Last active November 1, 2020 00:09
Show Gist options
  • Save SamratSahoo/8ed3663d22fc966eec1129829ccacdc0 to your computer and use it in GitHub Desktop.
Save SamratSahoo/8ed3663d22fc966eec1129829ccacdc0 to your computer and use it in GitHub Desktop.
def testImage(self, indexSample):
sample, _ = self.data[indexSample]
sample = sample.view(sample.size(0), -1)
sample = Variable(sample)
return self(sample)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment