rnn-tutorial-rnnlm
rnn-tutorial-rnnlm copied to clipboard
Saving/Loading of Model Parameters
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.
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.