From: Francois Fleuret Date: Mon, 12 Apr 2021 08:23:41 +0000 (+0200) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pytorch.git;a=commitdiff_plain;h=7cf4aeca5c3e8feb279752d98a5ab7568bd0602f Update. --- 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