Utility to save data to cvs as an easy (and very basic) to read and use alternative to tensorboard
Project description
stepTimer
small utility to measure time left after n step of a n equally long tasks, the time withing to tasks and the total time. The utility is a bit buggy though... please contribute :)
from stepTimer import Timer
timer = timer(nsteps = 1000)
# get the time after 200 steps. this is the total time from the beginning of the task
timer.elapsed(self, step = 200) #=> 2:30:55 in H:M:S
# function to preaty print time
timer.printTime(self, <certain ammount of secods>) #=> 2:30:55 in H:M:S
# total amount of time elapsed since timer was instantiated
elapsedTot() #=> 2:30:55 in H:M:S
# time left to the compleation of 1000 steps, the total time is calculated as nsteps*average time withing each step.
left(self, step = 300) #=> 5:30:55 in H:M:S
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stepTimer-0.0.2.tar.gz
(2.0 kB
view hashes)
Built Distribution
Close
Hashes for stepTimer-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bae2de726908e365170d794e715463bbf4cb98d151be747d3fbc9f442e36c56 |
|
MD5 | 4cc1bf0dacb8cc0524a52b05aa7650db |
|
BLAKE2b-256 | ddde3bf7a6941d28b85b9f487112d2d54ca3dcc26f40d59edf9aeb65b9e0bf28 |