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
checkout_runner.predict.async_run(
from,
to,
send_date. # datetime
)
Error is thrown in container.Py
#line number 505 class DefaultContainer(DataContainer[t.Any, t.List[t.Any]]):
in below line
for subbatch in batches:
batch.extend(subbatch)
Error message
TypeError: 'datetime.datetime' object is not iterable
Need suggestion if there is any alternative or solution for this ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Call to model predict from bentoml service
checkout_runner.predict.async_run(
from,
to,
send_date. # datetime
)
Error is thrown in container.Py
#line number 505 class DefaultContainer(DataContainer[t.Any, t.List[t.Any]]):
in below line
for subbatch in batches:
batch.extend(subbatch)
Error message
TypeError: 'datetime.datetime' object is not iterable
Need suggestion if there is any alternative or solution for this ?
Beta Was this translation helpful? Give feedback.
All reactions