Skip to content

Commit

Permalink
Update wrappers.md
Browse files Browse the repository at this point in the history
keras-team#98 
In Bidirectional, add arguments 'weights'
  • Loading branch information
airplane2230 authored Sep 15, 2019
1 parent 9c2d468 commit 116ffa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/layers/wrappers.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ __인수__
{'sum', 'mul', 'concat', 'ave', None} 중 하나.
None의 경우, 아웃풋이 합쳐지지 않고,
리스트로 반환됩니다.

weights: Initial weights to load in the Bidirectional model

__오류처리__

Expand Down

2 comments on commit 116ffa7

@Naruu
Copy link

@Naruu Naruu commented on 116ffa7 Sep 24, 2019

Choose a reason for hiding this comment

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

keras.layers.Bidirectional(layer, merge_mode='concat', weights=None)
이 부분도
keras.engine.base_layer.wrapped_fn()
이렇게 업데이트 되었어요! 확인 부탁드려요

@Naruu
Copy link

@Naruu Naruu commented on 116ffa7 Sep 24, 2019

Choose a reason for hiding this comment

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

[source]부분에 들어가는 링크도 바뀌었어요. 확인 부탁드려요!

Please sign in to comment.