batched-fn VS tch-rs

Compare batched-fn vs tch-rs and see what are their differences.

batched-fn

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

tch-rs

Rust bindings for the C++ api of PyTorch. (by LaurentMazare)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
batched-fn tch-rs
1 37
17 3,860
- -
3.7 7.5
about 2 months ago 4 days ago
Rust Rust
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

batched-fn

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

tch-rs

Posts with mentions or reviews of tch-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-05.

What are some alternatives?

When comparing batched-fn and tch-rs you can also consider the following projects:

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

onnxruntime - ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator

rust - Empowering everyone to build reliable and efficient software.

candle - Minimalist ML framework for Rust

zebra - Zcash - Financial Privacy in Rust 🦓

cbindgen - A project for generating C bindings from Rust code

wtpsplit - Code for Where's the Point? Self-Supervised Multilingual Punctuation-Agnostic Sentence Segmentation

veloren - An open world, open source voxel RPG inspired by Dwarf Fortress and Cube World. This repository is a mirror. Please submit all PRs and issues on our GitLab page.

rustlearn - Machine learning crate for Rust

burn - 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]

linfa - A Rust machine learning framework.

tokenizers - 💥 Fast State-of-the-Art Tokenizers optimized for Research and Production