Skip to content

Conversation

jamesr66a
Copy link
Collaborator

No description provided.

test/test_jit.py Outdated
class BatchnormTest(torch.nn.Module):
def __init__(self):
super(BatchnormTest, self).__init__()
self.batchnorm = torch.nn.BatchNorm1d(100)

This comment was marked as off-topic.

test/test_jit.py Outdated
return self.dropout(x)

test = DropoutTest()
test.eval()

This comment was marked as off-topic.

This comment was marked as off-topic.

test/test_jit.py Outdated
def forward(self, x):
return self.dropout(x)

test = DropoutTest()

This comment was marked as off-topic.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

jamesr66a is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

jamesr66a is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

PenghuiCheng pushed a commit to PenghuiCheng/pytorch that referenced this pull request Sep 11, 2018
Summary: Pull Request resolved: pytorch#11126

Differential Revision: D9727689

Pulled By: jamesr66a

fbshipit-source-id: f142257a2fba27d86844bf33084174f1f68a8ca5
@ezyang ezyang added the merged label Jun 26, 2019
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.

6 participants