Created
July 2, 2020 08:49
-
-
Save Adityanagraj/d8c417bb419d7eae6cf64c9492e1639c 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
inputs = torch.from_numpy(inputs_array).type(torch.float32) | |
targets = torch.from_numpy(targets_array).type(torch.float32) | |
inputs,targets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment