summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Francois Fleuret [Tue, 6 Dec 2016 08:11:16 +0000 (09:11 +0100)]
Update.
Francois Fleuret [Tue, 6 Dec 2016 08:07:06 +0000 (09:07 +0100)]
So, back to decorating the classes and not the objects so that torch.save() does not complain with SpatialConvolution. Added the possibility to pass the total time to profiler.print() so that the fraction of time used by the different functions can be displayed.
Francois Fleuret [Mon, 5 Dec 2016 22:50:08 +0000 (23:50 +0100)]
Fixed a stupid and embarrassing typo.
Francois Fleuret [Mon, 5 Dec 2016 22:43:40 +0000 (23:43 +0100)]
Update.
Francois Fleuret [Mon, 5 Dec 2016 16:25:38 +0000 (17:25 +0100)]
Tidied a bit the printing.
Francois Fleuret [Mon, 5 Dec 2016 10:35:44 +0000 (11:35 +0100)]
Update.
Francois Fleuret [Mon, 5 Dec 2016 10:33:09 +0000 (11:33 +0100)]
Decorating the model themselves (and not the class) makes more sense as it allows to decorate only some models or parts of models, which may be desirable sometimes.
Francois Fleuret [Mon, 5 Dec 2016 10:32:07 +0000 (11:32 +0100)]
Cosmetics.
Francois Fleuret [Mon, 5 Dec 2016 10:02:48 +0000 (11:02 +0100)]
Update.
Francois Fleuret [Mon, 5 Dec 2016 10:02:31 +0000 (11:02 +0100)]
This file should not be executable.
Francois Fleuret [Mon, 5 Dec 2016 10:00:48 +0000 (11:00 +0100)]
Initial commit.
Francois Fleuret [Mon, 5 Dec 2016 09:49:51 +0000 (10:49 +0100)]
Update.
Francois Fleuret [Mon, 5 Dec 2016 09:49:47 +0000 (10:49 +0100)]
Now decorate function as high as possible in the class hierarchy, and breaks down timing by function.
Francois Fleuret [Sun, 4 Dec 2016 16:35:12 +0000 (17:35 +0100)]
Changed the timing display.
Francois Fleuret [Sun, 4 Dec 2016 16:03:29 +0000 (17:03 +0100)]
Added comments, a slightly more complicated model, and the header.
Francois Fleuret [Sun, 4 Dec 2016 16:03:14 +0000 (17:03 +0100)]
Cosmetics + added a header.
Francois Fleuret [Sun, 4 Dec 2016 14:49:41 +0000 (15:49 +0100)]
Update.
Francois Fleuret [Sat, 3 Dec 2016 16:04:34 +0000 (17:04 +0100)]
Initial commit