batched-fn

🦀 Rust server plugin for deploying deep learning models with batched prediction (by epwalsh)

Batched-fn Alternatives

Similar projects and alternatives to batched-fn based on common topics and language

  • zebra

    Zcash - Financial Privacy in Rust 🦓 (by ZcashFoundation)

  • PERSIA

    High performance distributed framework for training deep learning recommendation models based on PyTorch.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • tch-rs

    Rust bindings for the C++ api of PyTorch.

  • rust

    Empowering everyone to build reliable and efficient software.

  • burn

    Burn is a new comprehensive dynamic Deep Learning Framework built using Rust with extreme flexibility, compute efficiency and portability as its primary goals.

  • burn

    Discontinued Burn is a new comprehensive dynamic Deep Learning Framework built using Rust with extreme flexibility, compute efficiency and portability as its primary goals. [Moved to: https://github.com/Tracel-AI/burn] (by burn-rs)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better batched-fn alternative or higher similarity.

batched-fn reviews and mentions

Posts with mentions or reviews of batched-fn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-08.
  • Processing a batch of requests for deep learning inference on a rust server
    2 projects | /r/rust | 8 Mar 2021
    Some research: - Found a crate for exactly what I want, called batched_fn which seems to do exactly what I want with a catch that I cannot run async tasks (download, preprocess, etc) within the batch handler, ie, it's specifically for inference. I've opened an issue about it. - What I plan to do, is : - The response handlers pass their id's to a batching mechanism, and have a reciver for the output channel(details below) - to have a batching mechanism that batches up image id's on high load. - Pass it to another thread that downloads, preprocesses it and infers form it - This thread passes it to the result channel that every response handler has a reciever for. Every response handler checks if the message that it's reciving is for itself, and accordingly returns a JSON API response

Stats

Basic batched-fn repo stats
1
17
3.7
about 2 months ago

epwalsh/batched-fn is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of batched-fn is Rust.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com