Last active
May 23, 2018 00:21
-
-
Save marty1885/9849b3c97b37741ab3e00011967498c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xt::xarray<float> X = xt::load_npy<float>("X.npy"); | |
xt::xarray<float> Y = xt::cast<float>((xt::xarray<float>)xt::load_npy<double>("Y.npy")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment