Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model inference must explicitly specify start and end times in current version #3

Open
CodeFree-xzk opened this issue Jan 10, 2024 · 0 comments

Comments

@CodeFree-xzk
Copy link

In the current version model inference must explicitly specify the start and end times, otherwise an error will be raised. Because loaded_model proxies the predict() method of the detector, if you don't explicitly specify the start or end time, the values of the "start_time" and " end_time" fields in the params dictionary will be automatically rewritten as "string" before calling the predict() method of the model, which will result in an error when validating the data format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant