You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interface would be something like nn.TimedModule(module, print_interval, name), and after print_interval calls to the module, it would print name and the average time for a forwards and backwards pass. If this seems useful, I'm happy to implement it here, or if there are other ways of timing specific modules / technical issues I'm overlooking, that'd be useful too.
The text was updated successfully, but these errors were encountered:
Sorry for the delay on this - I wrote something, but the results look strange to me. I probably won't work on it this week, but I'll submit a PR this weekend.
The interface would be something like
nn.TimedModule(module, print_interval, name)
, and afterprint_interval
calls to the module, it would printname
and the average time for a forwards and backwards pass. If this seems useful, I'm happy to implement it here, or if there are other ways of timing specific modules / technical issues I'm overlooking, that'd be useful too.The text was updated successfully, but these errors were encountered: