Skip to content

Instantly share code, notes, and snippets.

@ichn-hu
Created August 9, 2018 15:39
Show Gist options
  • Save ichn-hu/74f72b3347a87ea1a576b0e77036b9ff to your computer and use it in GitHub Desktop.
Save ichn-hu/74f72b3347a87ea1a576b0e77036b9ff to your computer and use it in GitHub Desktop.
have fun in ipython!
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