Skip to content

Conversation

vkuzo
Copy link
Contributor

@vkuzo vkuzo commented Apr 30, 2020

Stack from ghstack:

Summary:

Makes sure that all the standalone relu flavors are tested in
graph mode.

Test Plan:

python test/test_quantization.py TestQuantizeScriptPTSQOps.test_swap_dequantize

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: D21366597

Summary:

Makes sure that all the standalone relu flavors are tested in
graph mode.

Test Plan:

```
python test/test_quantization.py TestQuantizeScriptPTSQOps.test_swap_dequantize
```

Reviewers:

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
@vkuzo vkuzo requested a review from apaszke as a code owner April 30, 2020 17:49
vkuzo added a commit that referenced this pull request Apr 30, 2020
Summary:

Makes sure that all the standalone relu flavors are tested in
graph mode.

Test Plan:

```
python test/test_quantization.py TestQuantizeScriptPTSQOps.test_swap_dequantize
```

Reviewers:

Subscribers:

Tasks:

Tags:

ghstack-source-id: fa6f0f6
Pull Request resolved: #37592
@facebook-github-bot facebook-github-bot added the oncall: jit Add this issue/PR to JIT oncall triage queue label Apr 30, 2020
@vkuzo vkuzo requested a review from jerryzh168 April 30, 2020 17:49
Copy link
Contributor

@jerryzh168 jerryzh168 left a comment

Choose a reason for hiding this comment

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

Thanks!

x = F.elu(x)
x = self.hardsigmoid(x)
x = F.hardsigmoid(x)
x = self.relu(x)
Copy link
Contributor

Choose a reason for hiding this comment

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

btw, please add inplace versions as well

Summary:

Makes sure that all the standalone relu flavors are tested in
graph mode.

Test Plan:

```
python test/test_quantization.py TestQuantizeScriptPTSQOps.test_swap_dequantize
```

Reviewers:

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
Summary:

Makes sure that all the standalone relu flavors are tested in
graph mode.

Test Plan:

```
python test/test_quantization.py TestQuantizeScriptPTSQOps.test_swap_dequantize
```

Reviewers:

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
vkuzo added a commit that referenced this pull request May 2, 2020
Summary:

Makes sure that all the standalone relu flavors are tested in
graph mode.

Test Plan:

```
python test/test_quantization.py TestQuantizeScriptPTSQOps.test_swap_dequantize
```

Reviewers:

Subscribers:

Tasks:

Tags:

ghstack-source-id: 83c4ee9
Pull Request resolved: #37592
Summary:

Makes sure that all the standalone relu flavors are tested in
graph mode.

Test Plan:

```
python test/test_quantization.py TestQuantizeScriptPTSQOps.test_swap_dequantize
```

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: [D21366597](https://our.internmc.facebook.com/intern/diff/D21366597)

[ghstack-poisoned]
@dr-ci
Copy link

dr-ci bot commented May 4, 2020

💊 Build failures summary and remediations

As of commit 3194893 (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker.

See how this bot performed.

This comment has been revised 7 times.

Summary:

Makes sure that all the standalone relu flavors are tested in
graph mode.

Test Plan:

```
python test/test_quantization.py TestQuantizeScriptPTSQOps.test_swap_dequantize
```

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: [D21366597](https://our.internmc.facebook.com/intern/diff/D21366597)

[ghstack-poisoned]
bharatr21 pushed a commit to bharatr21/pytorch that referenced this pull request May 5, 2020
Summary:
Pull Request resolved: pytorch#37592

Makes sure that all the standalone relu flavors are tested in
graph mode.

Test Plan:
```
python test/test_quantization.py TestQuantizeScriptPTSQOps.test_swap_dequantize
```

Imported from OSS

Differential Revision: D21366597

fbshipit-source-id: 103848b76a0c65b9adac5bae98b545aa1d30a9e2
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in b354700.

@facebook-github-bot facebook-github-bot deleted the gh/vkuzo/54/head branch May 9, 2020 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Merged oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants