Skip to content

Conversation

@klane
Copy link
Collaborator

@klane klane commented Jul 16, 2021

  • Remove redundant sigmoid call
  • Rename internal variable inputs_and_state
  • Remove inplace operation
  • Remove NotImplementedError
  • Simplify reset and update gate size

klane added 5 commits July 16, 2021 10:15
@klane klane added this to the Alpha release milestone Jul 16, 2021
@klane klane added the bug Something isn't working label Jul 16, 2021
@klane klane linked an issue Jul 16, 2021 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Jul 16, 2021

Codecov Report

Merging #59 (0dbfe06) into main (3e6f282) will increase coverage by 0.23%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #59      +/-   ##
==========================================
+ Coverage   18.25%   18.48%   +0.23%     
==========================================
  Files           7        7              
  Lines         400      395       -5     
==========================================
  Hits           73       73              
+ Misses        327      322       -5     
Impacted Files Coverage Δ
torchts/nn/graph.py 0.00% <0.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 3e6f282...0dbfe06. Read the comment docs.

@klane klane merged commit bf4e1c2 into main Jul 16, 2021
@klane klane deleted the dcrnn-fc branch July 16, 2021 18:53
klane added a commit that referenced this pull request Jul 16, 2021
* Remove redundant sigmoid call
* Rename internal variable inputs_and_state
* Remove inplace operation
* Remove NotImplementedError
* Simplify reset and update gate size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inplace operation in fully-connected reset and update gates

3 participants