Skip to content

Conversation

@malfet
Copy link
Contributor

@malfet malfet commented Sep 3, 2020

Add missing hardsigmoid, silu, hardswish and multi_head_attention_forward to functional.pyi.in
Embed some typing annotations into functional.py

Add missing `hardsigmoid`, `silu`, `hardswish` and `multi_head_attention_forward` to functional.pyi.in

Embed some typing annotations into functional.py
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.

@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@malfet malfet linked an issue Sep 3, 2020 that may be closed by this pull request
@dr-ci
Copy link

dr-ci bot commented Sep 3, 2020

💊 CI failures summary and remediations

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


  • 2/2 failures possibly* introduced in this PR
    • 2/2 non-CircleCI failure(s)

ci.pytorch.org: 2 failed


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 or post in the (internal) Dr. CI Users group.

See how this bot performed.

This comment has been revised 9 times.

Copy link
Collaborator

@rgommers rgommers left a comment

Choose a reason for hiding this comment

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

LGTM, once CI is happy it should be good to merge.

@malfet malfet force-pushed the malfet/enable-torch.nn.modules.activation-typing branch from 597fa44 to 5f94420 Compare September 3, 2020 14:32
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.

@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@malfet malfet requested a review from rgommers September 3, 2020 16:26
@codecov
Copy link

codecov bot commented Sep 3, 2020

Codecov Report

Merging #44093 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #44093   +/-   ##
=======================================
  Coverage   69.24%   69.25%           
=======================================
  Files         381      381           
  Lines       47209    47210    +1     
=======================================
+ Hits        32692    32693    +1     
  Misses      14517    14517           
Impacted Files Coverage Δ
torch/nn/functional.py 92.22% <100.00%> (ø)
torch/nn/modules/activation.py 96.63% <100.00%> (+0.01%) ⬆️
torch/nn/modules/upsampling.py 77.14% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 37658b1...5f94420. Read the comment docs.

@malfet malfet deleted the malfet/enable-torch.nn.modules.activation-typing branch September 3, 2020 20:58
@facebook-github-bot
Copy link
Contributor

@malfet merged this pull request in 442684c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable torch.nn.modules typechecks during CI

6 participants