MMdnn icon indicating copy to clipboard operation
MMdnn copied to clipboard

does mmdnn/pytorch support RNN like models?

Open Joejiong opened this issue 4 years ago • 5 comments

does mmdnn/pytorch support RNN like models?

and i wonder if there is any chat group for mmdnn outside user||developer?

brgds thx

Joejiong avatar May 19 '20 02:05 Joejiong

Hi Joejiong, right now mmdnn hasn't supported the recurrent models. But, probably it will be supported in the near future.

JiahaoYao avatar May 19 '20 06:05 JiahaoYao

Hi Joejiong, right now mmdnn hasn't supported the recurrent models. But, probably it will be supported in the near future.

thx for the answer first.

May I know how do you guys handle problems like RNN op especially pytorch2tf? Do you have any reference doc for me, I also wanna contribute our dygraph to you guys. because there are so many details in doing such commit.haha

thx best regards

Joejiong avatar May 19 '20 07:05 Joejiong

yeah, sounds great! any thoughts from @linmajia @XiaoXYe ?

JiahaoYao avatar May 19 '20 17:05 JiahaoYao

Hi @Joejiong ,that sounds great! actually there is a simple RNN process to convert GRU and LSTM in tensorflow parsermmdnn/conversion/tensorflow/tensorflow_parser.py in line 319 : process_graph(self.tf_graph, self.ckpt_data)

GRURewriter and LSTMRewriter we used are inplement in mmdnn/conversion/tensorflow/rewriter/

XiaoXYe avatar May 20 '20 14:05 XiaoXYe

thx

Joejiong avatar May 21 '20 01:05 Joejiong