TypeError: on_train_batch_start() takes 3 positional arguments but 4 were given
Closed this issue · 5 comments
BasinChen commented
junekchen commented
I also meet the same error when I run the example/run_imputation.py code.
marshka commented
Hi all, sorry for the late reply! we recently updated the code releasing a more stable version (v0.9.0) with substantial changes. We invite you to check out the new code and the new doc! Please let us know if you still encounter this problem. Cheers!
javiersgjavi commented
Hello,
I have version v0.9.0 of tsl and I have exactly the same error. What can I do to solve it?
marshka commented
Hi, commit 1f55a6d should have fixed your problem. Let us know if this is not the case, thanks for your contribution!
javiersgjavi commented
Thank you very much; the problem is resolved. Thank you for the fast reply!