Update.
authorFrancois Fleuret <francois@fleuret.org>
Tue, 19 May 2020 08:20:57 +0000 (10:20 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Tue, 19 May 2020 08:20:57 +0000 (10:20 +0200)
attentiontoy1d.py

index cff8350..ad0c0b1 100755 (executable)
@@ -1,9 +1,9 @@
 #!/usr/bin/env python
 
 #!/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 <francois@fleuret.org>
 
 import torch, math, sys, argparse
 
 
 import torch, math, sys, argparse