We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
np.savetxt
np.savez
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: