Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving/Loading of Model Parameters #7

Open
ghost opened this issue Jul 11, 2016 · 1 comment
Open

Saving/Loading of Model Parameters #7

ghost opened this issue Jul 11, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 11, 2016

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.

@dennybritz
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant