nengo / nengo-dl

Deep learning integration for Nengo
https://www.nengo.ai/nengo-dl
Other
88 stars 22 forks source link

run's default progress bar behaviour differs from nengo #105

Closed arvoelke closed 4 years ago

arvoelke commented 5 years ago

Just a very minor inconvenience when switching between Nengo and Nengo-DL. In Nengo, the default for sim.run and sim.run_steps is progress_bar=None which inherits the progress bar from the constructor. But in Nengo-DL the default is progress_bar=True. This means I need to disable the progress bar in 2 places rather than 1.

drasmuss commented 4 years ago

Fixed in https://github.com/nengo/nengo-dl/pull/113