From 6f7f454565cabfeda22c32103cc0ca41364de14a Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 3 Sep 2020 06:45:56 +0200 Subject: [PATCH] Added the header. --- speed.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/speed.py b/speed.py index 9e845db..e03b3b7 100755 --- a/speed.py +++ b/speed.py @@ -1,5 +1,10 @@ #!/usr/bin/env python +# Any copyright is dedicated to the Public Domain. +# https://creativecommons.org/publicdomain/zero/1.0/ + +# Written by Francois Fleuret + import time, torch if torch.cuda.is_available(): -- 2.20.1