Skip to content

Instantly share code, notes, and snippets.

@Tix3Dev
Created April 30, 2024 15:31
Show Gist options
  • Save Tix3Dev/31e885d102aea5dc5d0dba8cf523baae to your computer and use it in GitHub Desktop.
Save Tix3Dev/31e885d102aea5dc5d0dba8cf523baae to your computer and use it in GitHub Desktop.
import numpy as np
data = np.array([[2.0], [1.0]]).flatten()
print(data)
np.save('h0_zero_state.npy', data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment