From: Francois Fleuret Date: Mon, 24 Feb 2020 15:31:35 +0000 (+0100) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pytorch.git;a=commitdiff_plain;h=eea8998c990d581e94bc6594923efabc37f0f150 Update. --- 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]