Update.
authorFrançois Fleuret <francois@fleuret.org>
Sat, 16 Dec 2023 13:56:26 +0000 (07:56 -0600)
committerFrançois Fleuret <francois@fleuret.org>
Sat, 16 Dec 2023 13:56:26 +0000 (07:56 -0600)
pscan.py

index 36490ff..a1d410c 100755 (executable)
--- 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
 
 ######################################################################