フィルターのクリア

How to generate GRU layer in MATLAB 2019b?

3 ビュー (過去 30 日間)
Qiaohui He
Qiaohui He 2021 年 7 月 6 日
コメント済み: Qiaohui He 2021 年 7 月 7 日
There is already a GRU layer in Deeplearning tool box in 2020b, however, I have to apply GRU in MATLAB 2019b. Is there any way to generate GRU layer in 2019b?

採用された回答

Aparajith Raghuvir
Aparajith Raghuvir 2021 年 7 月 7 日
I understand you're trying to apply a GRU layer in MATLAB R2019b, however there is no way to directly use the implementation you find in MATLAB R2020b.
You may instead run the following code:
edit gruLayer
This would give you the source code for the GRU layer which you may use as reference to build your own in MATLAB R2019b
  3 件のコメント
Aparajith Raghuvir
Aparajith Raghuvir 2021 年 7 月 7 日
The GRU layer doesn't exist in MATLAB R2019b. You may use the source code of the gruLayer from MATLAB R2020b as a reference to build your own custom GRU layer.
Qiaohui He
Qiaohui He 2021 年 7 月 7 日
Thank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by