今日已更新 328 条资讯 | 累计 20300 条内容
关于我们

Encodec.cpp, a portable C++ implementation of Meta's EnCodec using Eigen [P]

/u/Competitive_Act5981 2026年06月03日 22:09 3 次阅读 来源:Reddit r/MachineLearning

I built a C++ implementation of Meta’s EnCodec using Eigen . Github: https://github.com/pfeatherstone/encodec.cpp Motivation: - A lightweight implementation of EnCodec with no runtime dependencies, in C++ - No ML runtime - Easy integration in CMake project - Maximum performance on single-thread What it supports: - State-of-the-art audio codec - Audio tokenizer - Performance comparable to or exceeding onnxruntime (in my tests) - Dynamic sizes (no batches though) - Weights are compiled into the binary. No need to worry about weights files I'm looking for some feedback. Thank you very much. submitted by /u/Competitive_Act5981 [link] [留言]

本文内容来源于互联网,版权归原作者所有
查看原文