projects
/
pytorch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c12767
)
Update.
author
François Fleuret
<francois@fleuret.org>
Sat, 16 Dec 2023 13:56:26 +0000
(07:56 -0600)
committer
François Fleuret
<francois@fleuret.org>
Sat, 16 Dec 2023 13:56:26 +0000
(07:56 -0600)
pscan.py
patch
|
blob
|
history
diff --git
a/pscan.py
b/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
######################################################################