Closed eduguiu closed 4 years ago
This needs to be fixed in course-v3 not here. Please open an issue there if I forget to fix it later today.
merci Sylvain. Je demarre juste et je voulais vous aider. Ainsi que tester si je pouvais lancer un cable. courage avec le CoViD et merci pour tout.
cdt,
Eduard
Le sam. 28 mars 2020 à 14:33, Sylvain Gugger notifications@github.com a écrit :
This needs to be fixed in course-v3 not here. Please open an issue there if I forget to fix it later today.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fastai/fastprogress/issues/51#issuecomment-605447949, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPNINSRYSFIYN22J3TXFZLRJX4AZANCNFSM4KRNB7WQ .
Hi,
while going through the course-v3/dl2 notebooks (from 09c onwards) on Google Colab, found this bug. TypeError: init() got an unexpected keyword argument 'auto_update'
The origin looks like to be a lack of "auto_update" kwargs.
Commenting the "auto-update=False " is enought to bypass the error.
I've checked the installed version of fastprogress and it happens to be 0.2.2
Thanks,
Ed
TypeError Traceback (most recent call last)