X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=pscan.py;fp=pscan.py;h=a1d410cdc70f48c8476e761b790669fefdbfaa36;hb=190d15d92174901bb61b784b766c9ff7cc4bbb92;hp=36490ff2f201f19d7e239689595500ece63e8283;hpb=8c12767fe586074920e3d4abb05e4393a145351a;p=pytorch.git diff --git a/pscan.py b/pscan.py index 36490ff..a1d410c 100755 --- a/pscan.py +++ b/pscan.py @@ -1,11 +1,6 @@ #!/usr/bin/env python -import math - -import torch, torchvision - -from torch import nn -from torch.nn import functional as F +import torch ######################################################################