nengo / nengo-dl

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

spiking-mnist #180

Closed Amri95 closed 4 years ago

Amri95 commented 4 years ago

I am using nengo-dl version 3.0

while running the code : minibatch_size = 100 sim = nengo_dl.Simulator(net, minibatch_size=minibatch_size)

I am getting this TypeError: TypeError: finish() got an unexpected keyword argument 'dirty'

drasmuss commented 4 years ago

Your progressbar2 version is incompatible with your nengo-dl version. You can either upgrade nengo-dl to a more recent version (>=3.1.0), or downgrade progressbar2 (<3.50.0).

Amri95 commented 4 years ago

Thank you so much.

On Mon, Sep 21, 2020 at 10:09 PM Daniel Rasmussen notifications@github.com wrote:

Your progressbar2 version is incompatible with your nengo-dl version. You can either upgrade nengo-dl to a more recent version (>=3.1.0), or downgrade progressbar2 (<3.50.0).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nengo/nengo-dl/issues/180#issuecomment-696102969, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI3T24SYZIOSAHKPP336MBTSG5GA7ANCNFSM4RUAQ4JQ .