projects
/
pytorch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35d5f95
)
Update.
author
Francois Fleuret
<francois@fleuret.org>
Mon, 12 Apr 2021 08:23:41 +0000
(10:23 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Mon, 12 Apr 2021 08:23:41 +0000
(10:23 +0200)
autoencoder.py
patch
|
blob
|
history
diff --git
a/autoencoder.py
b/autoencoder.py
index
50f9d10
..
22929af
100755
(executable)
--- a/
autoencoder.py
+++ b/
autoencoder.py
@@
-1,11
+1,5
@@
#!/usr/bin/env python
-# @XREMOTE_HOST: elk.fleuret.org
-# @XREMOTE_EXEC: /home/fleuret/conda/bin/python
-# @XREMOTE_PRE: killall -q -9 python || true
-# @XREMOTE_PRE: ln -sf /home/fleuret/data/pytorch ./data
-# @XREMOTE_GET: *.log *.dat *.png *.pth
-
import sys, argparse, os, time
import torch, torchvision