From eea8998c990d581e94bc6594923efabc37f0f150 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Mon, 24 Feb 2020 16:31:35 +0100 Subject: [PATCH] Update. --- sizer.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sizer.py b/sizer.py index cc0a19e..dff36eb 100755 --- a/sizer.py +++ b/sizer.py @@ -10,7 +10,7 @@ import time import torch from torch import nn -t = 0 +###################################################################### if len(sys.argv) < 2: print(sys.argv[0] + ''' @@ -27,6 +27,10 @@ nn.MaxPool2d(5) nn.Conv2d(64, 64, (3, 4))''') exit(1) +###################################################################### + +t = 0 + while True: pt = t t = os.stat(sys.argv[1])[stat.ST_MTIME] -- 2.20.1