Created
August 9, 2018 15:39
-
-
Save ichn-hu/74f72b3347a87ea1a576b0e77036b9ff to your computer and use it in GitHub Desktop.
have fun in ipython!
This file contains 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
import torch as th | |
import numpy as np | |
import torch.nn as nn | |
import torch.nn.functional as F | |
h = help | |
ones = th.ones | |
zeros = th.zeros | |
randn = th.randn | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment