rnn-tutorial-rnnlm icon indicating copy to clipboard operation
rnn-tutorial-rnnlm copied to clipboard

Saving/Loading of Model Parameters

Open ghost opened this issue 8 years ago • 1 comments

Disclaimer - I am fairly new to coding in general.

Could you also use something like np.savetxt('filename.csv', model.hidden_dim, delimiter=",") instead of using np.savez?

I was having trouble with using np.savez earlier, but figured out I didn't have the utils.py in the correct directory.

ghost avatar Jul 11 '16 16:07 ghost

Probably, yeah. I've never used np.savetxt but it seems like it does the same thing as np.savez, just in a different format.

dennybritz avatar Jul 11 '16 21:07 dennybritz