leleamol commented on issue #14184: Cannot infer RNN symbol with mode=RNNMode::kRnn_tanh URL: https://github.com/apache/incubator-mxnet/issues/14184#issuecomment-471045003 Hi @e8035669 , I tried your example but instead of `Symbol dummySym = Symbol::Variable();` I initialized 'dummySym' as follows (default empty constructor of Symbol) `Symbol dummySym;` and it worked. I obtained following output. ./rnn_example Parameters: input: (1 1 4 ) rnn_param: (27 ) rnn_state: (1 1 3 ) Output size: (1 1 3 ) Input[0.2, 0.3, 0.4, 0.5, ] Output [-0.816632, -0.89489, -0.546263, ] Can you also try that? If it works, can we close this issue? @mxnet-label-bot add [Pending Requester Info]
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
