Skip to content

implement frame-wise inference for LSTM and GRU with fully connected layers

Notifications You must be signed in to change notification settings

AkenoSyuRi/fc_rnn_frame_wise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fc_rnn_frame_wise

this repo implements frame-wise inference for LSTM and GRU.

when the rknn toolkit does not support the LSTM or GRU operator for some reason, we can replace them with CustomLSTM or CustomGRU.

for more details, please refer to the main function in the corresponding scripts.

About

implement frame-wise inference for LSTM and GRU with fully connected layers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages