From ff819925c6f8c9c22f0c2a31559d8c468d40ec19 Mon Sep 17 00:00:00 2001 From: tingchunw Date: Wed, 6 Dec 2017 05:11:15 +0000 Subject: remove unnecessary imports --- models/networks.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'models/networks.py') diff --git a/models/networks.py b/models/networks.py index a673a56..c583b99 100755 --- a/models/networks.py +++ b/models/networks.py @@ -2,13 +2,9 @@ ### Licensed under the CC BY-NC-SA 4.0 license (https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode). import torch import torch.nn as nn -from torch.nn import init import functools from torch.autograd import Variable import numpy as np -import math -import torch.nn.functional as F -import copy ############################################################################### # Functions -- cgit v1.2.3-70-g09d2