Skip to content

Instantly share code, notes, and snippets.

@ksivaman
Created August 9, 2019 23:29
Show Gist options
  • Save ksivaman/15185e727fa8408e35f3fb61b6738021 to your computer and use it in GitHub Desktop.
Save ksivaman/15185e727fa8408e35f3fb61b6738021 to your computer and use it in GitHub Desktop.
imports for neural style transfer
from PIL import Image
from io import BytesIO
import matplotlib
import matplotlib.pyplot as plt
import numpy as np
import time
import torch
import torch.optim as optim
import requests
from torchvision import transforms, models
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment