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

Micro batch followup #3306

Merged
merged 3 commits into from
Jun 17, 2021
Merged

Micro batch followup #3306

merged 3 commits into from
Jun 17, 2021

Conversation

majolo
Copy link
Contributor

@majolo majolo commented Jun 17, 2021

Simplifying and some small adjustments after the last PR was automerged.

data = json.loads(raw_data[2])
data_np = np.array(data)
concat = np.concatenate((concat, data_np))
loaded = [json.loads(raw_data[2]) for raw_data in input_data]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one, looks much better!

Copy link
Contributor

@RafalSkolasinski RafalSkolasinski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

/test integration

@seldondev
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: RafalSkolasinski

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@RafalSkolasinski
Copy link
Contributor

/test integration

@axsaucedo
Copy link
Contributor

Another thing I would add is perhaps expanding on the documentation for mini-batching (thre is a batch processing section in the docs)

@seldondev seldondev merged commit ab135fe into SeldonIO:master Jun 17, 2021
@majolo
Copy link
Contributor Author

majolo commented Jun 17, 2021

@axsaucedo I did that in the last PR, added docs about it 👍🏻

@majolo majolo deleted the micro-batch-followup branch June 17, 2021 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants