You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: