Home > other >  And the static and dynamic RNN RNN difference??
And the static and dynamic RNN RNN difference??

Time:05-27

And the static and dynamic RNN RNN difference??

CodePudding user response:

Function static_rnn () function by connecting to the memory unit to create a network of RNN, dynamic function for dynamic_rnn RNN (), within the function with a while_loop (), it can dynamically adjust according to how many time parameters of network operation, refer to https://cloud.tencent.com/developer/article/1430190
  • Related