How to generate GRU layer in MATLAB 2019b?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Qiaohui He
il 6 Lug 2021
Commentato: Qiaohui He
il 7 Lug 2021
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?
0 Commenti
Risposta accettata
Aparajith Raghuvir
il 7 Lug 2021
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 Commenti
Aparajith Raghuvir
il 7 Lug 2021
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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Data Workflows in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!