X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pytorch.git;a=blobdiff_plain;f=autoencoder.py;h=22929af10f6e0a7a410cf4add16757d82b377428;hp=50f9d10b0eaf57f0704bd0f4b5e02fee8a274bf9;hb=7cf4aeca5c3e8feb279752d98a5ab7568bd0602f;hpb=35d5f95f51ff776e77de8503f015b0c74ed47285 diff --git a/autoencoder.py b/autoencoder.py index 50f9d10..22929af 100755 --- 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