From 602df813edceaae1b4eb2c69bb5cf0f5823444a7 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 19 May 2020 10:20:57 +0200 Subject: [PATCH] Update. --- attentiontoy1d.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/attentiontoy1d.py b/attentiontoy1d.py index cff8350..ad0c0b1 100755 --- a/attentiontoy1d.py +++ b/attentiontoy1d.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -# @XREMOTE_HOST: elk.fleuret.org -# @XREMOTE_EXEC: /home/fleuret/conda/bin/python -# @XREMOTE_PRE: killall -q -9 python || echo "Nothing killed" -# @XREMOTE_GET: *.pdf *.log +# Any copyright is dedicated to the Public Domain. +# https://creativecommons.org/publicdomain/zero/1.0/ + +# Written by Francois Fleuret import torch, math, sys, argparse -- 2.20.1