karpathy / neuraltalk

NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Best hyperparameters for RNN model

ShijianTang opened this issue · comments

Hi,

When I try to train the RNN model, the performance is quite poor with default parameters since the default values are tuned for LSTM.

So, could you please share the tuned hyperparameters for RNN model?

Thanks.