PulseAugur
实时 18:22:18
English(EN) Encodec.cpp, a portable C++ implementation of Meta's EnCodec using Eigen [P]

Meta 的 EnCodec 获得可移植 C++ 实现

MetaEnCodec 音频编解码器已开发出 C++ 实现版本,旨在实现可移植性和高性能,无需外部机器学习运行时。该项目可在 GitHub 上找到,将模型权重直接编译到二进制文件中,以便于集成到 CMake 项目中。开发者正在寻求对该实现的反馈,据称其性能与 ONNX Runtime 相当或更优。 AI

影响 为开发人员提供了一个更易于访问且性能更优越的先进音频编解码器的 C++ 实现。

排序理由 这是现有模型的新开源实现,而不是新的研究论文或前沿模型发布。[lever_c_demoted from research: ic=1 ai=0.7]

在 r/MachineLearning 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

报道来源 [1]

  1. r/MachineLearning TIER_1 English(EN) · /u/Competitive_Act5981 ·

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

    <!-- SC_OFF --><div class="md"><p>I built a C++ implementation of Meta’s <a href="https://audiocraft.metademolab.com/encodec.html">EnCodec</a> using <a href="https://libeigen.gitlab.io">Eigen</a>. </p> <p>Github: <a href="https://github.com/pfeatherstone/encodec.cpp">https://gith…