Skip to content

Instantly share code, notes, and snippets.

@rafalpronko
Created February 11, 2019 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafalpronko/9d6d6756ddbc29fa81c0ea7e98f1c93e to your computer and use it in GitHub Desktop.
Save rafalpronko/9d6d6756ddbc29fa81c0ea7e98f1c93e to your computer and use it in GitHub Desktop.
# for Pytorch
import torch
import torch.nn as nn
import torchvision
import torchvision.transforms as transforms
# for tensorflow
import tensorflow as tf
from tensorflow import keras
# other usefull library
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment