Skip to content
forked from bheinzerling/bunny

A progress bar like tqdm, but with more bunny.

License

Notifications You must be signed in to change notification settings

aerophile/bunny

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bunny

bunny training

https://twitter.com/tkasasagi/status/1045582451769192449

Usage:

from bunny import bunny
import time

# simulate long training epoch
def train_epoch():
	time.sleep(0.3)

# training loop
epochs = range(1, 151)
for epoch in bunny(epochs):  # use bunny like tqdm
	train_epoch()

Installation

pip install git+git://github.com/bheinzerling/bunny

About

A progress bar like tqdm, but with more bunny.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%