mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-09 07:12:37 -05:00
TypeError running prediction task -> unexpected keyword argument #53
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @biyanisuraj on GitHub (Aug 3, 2023).
While running prediction task I receive type error
I was able to successfully run predict task by removing the last argument
68e031d632/madewithml/predict.py (L133)to match the function definition
68e031d632/madewithml/predict.py (L50-L53)@GokuMohandas commented on GitHub (Aug 4, 2023):
Hi @biyanisuraj , great catch! I've updated the code to fix this mistake. Thanks for submitting this issue.