Guest User

Untitled

a guest
Jan 22nd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # for Pytorch
  2. import torch
  3. import torch.nn as nn
  4. import torchvision
  5. import torchvision.transforms as transforms
  6.  
  7. # for tensorflow
  8. import tensorflow as tf
  9. from tensorflow import keras
  10.  
  11. # other usefull library
  12. import numpy as np
  13. import matplotlib.pyplot as plt
  14. %matplotlib inline
Add Comment
Please, Sign In to add comment