Improving-RNN-recommendation-model
Improving-RNN-recommendation-model copied to clipboard
May I know the command line parameter when running LSTM_weight_tying(dim:100)
May I know the command line parameter when running LSTM_weight_tying(dim:100)
Just add --tying and set --r_emb, --r_l with same size. Sorry for bad README lol.
And what is your value for --r_emb and --r_l? dim 100?
Depends on the dataset but 100 worked best on MovieLens 1M.
You did not change --max_length value?
I didn't