Open Akumio opened 6 years ago
I looked at the code and found that rnn blocks contain GRUs in four orientations.One of the inputs is from the feature map after the slice, so how is the input after feature extraction entered? And what do these two inputs mean?
One input is the RNN filtered features and the other is estimated RNN features.
I looked at the code and found that rnn blocks contain GRUs in four orientations.One of the inputs is from the feature map after the slice, so how is the input after feature extraction entered? And what do these two inputs mean?