Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
keras-team#98 In Bidirectional, add arguments 'weights'
- Loading branch information
keras-team#98 In Bidirectional, add arguments 'weights'
116ffa7
There was a problem hiding this comment.
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()
이렇게 업데이트 되었어요! 확인 부탁드려요
116ffa7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[source]부분에 들어가는 링크도 바뀌었어요. 확인 부탁드려요!