isht7 / pytorch-deeplab-resnet

DeepLab resnet v2 model in pytorch
MIT License
602 stars 117 forks source link

add brackets after invoking of timeit function #17

Closed vra closed 2 years ago

vra commented 7 years ago

According https://docs.python.org/2/library/timeit.html#python-interface, timeit.timeit is a function, we must add brackets after it, otherwise the error message TypeError: unsupported operand type(s) for -: 'function' and 'function' will appear at line 244