PulseAugur
实时 20:15:08
实体 PyTorch

PyTorch

PulseAugur coverage of PyTorch — every cluster mentioning PyTorch across labs, papers, and developer communities, ranked by signal.

Show in brief
总计 · 30天
91
90 天内 91
发布 · 30天
0
90 天内 0
论文 · 30天
52
90 天内 52
层级分布 · 90 天
关系
情绪 · 30 天

13 天有情绪数据

最近 · 第 1/5 页 · 共 91 条
  1. TOOL · CL_49977 ·

    DCGAN runs on RISC-V microcontroller with 512KB SRAM

    A project successfully implemented a 12.6 million parameter DCGAN model for generating 64x64 cat faces on a dual-core RISC-V microcontroller with only 512KB of SRAM. The inference engine, written entirely in C, achieved…

  2. SIGNIFICANT · CL_48619 ·

    NyayAI launches AI legal assistant for Indian jurisprudence

    NyayAI is an AI-powered legal intelligence platform designed to make Indian law accessible and affordable for its 1.4 billion citizens. The platform addresses the critical issue of over 50 million pending court cases in…

  3. TOOL · CL_48950 ·

    Orbax library simplifies JAX distributed checkpointing

    A new JAX-native checkpointing library called Orbax has been introduced to address the lack of a standardized solution within the JAX framework for distributed machine learning systems. This library aims to simplify the…

  4. MEME · CL_48150 ·

    Forge Neo compatibility issue with older NVIDIA GPUs reported

    A user is encountering an error with Forge Neo, a Stable Diffusion interface, due to their NVIDIA GeForce GTX 1080 Ti graphics card not being compatible with the current PyTorch installation. The error message indicates…

  5. MEME · CL_48183 ·

    Robotics imitation learning pipeline suffers from extreme training slowness

    A user on r/MachineLearning is seeking advice regarding a significantly slow training pipeline for imitation learning in robotics. Despite using a Diffusion Transformer (DiT) model with approximately 50 million paramete…

  6. TOOL · CL_45650 ·

    Open-source AI meeting platform Hoovik faces real-time inference challenges

    Anupam Kumar, the creator of the open-source AI meeting platform Hoovik, found that the most challenging aspect of development was not the core WebRTC technology but managing real-time multimodal AI inference. This invo…

  7. TOOL · CL_48187 ·

    Developer creates SM1, a memory-efficient Mamba variant for PyTorch

    A developer has created SM1, a variant of the Mamba1 architecture, optimized for PyTorch and capable of running on NVIDIA Blackwell hardware. SM1 replaces the selective scan with two native PyTorch operations, achieving…

  8. TOOL · CL_45371 ·

    Fixing local LLM OOM errors by optimizing KV cache and quantization

    Running large open-source language models locally can lead to out-of-memory errors, even if the model's weights seem to fit within the available VRAM. This is primarily due to the significant memory required for the KV …

  9. MEME · CL_43780 ·

    Curated PyTorch resource list covers LLMs to medical imaging

    The Incredible PyTorch is a curated list designed to serve as a comprehensive bookmark for the PyTorch ecosystem. It covers a wide range of applications, including LLMs, object detection, reinforcement learning, and med…

  10. RESEARCH · CL_43418 ·

    Stanford's ThunderKittens DSL optimizes AI kernel performance

    A new article details ThunderKittens, a compact domain-specific language (DSL) developed at Stanford's Hazy Research Lab for creating high-performance AI kernels. The DSL aims to strike a balance between research produc…

  11. TOOL · CL_43419 ·

    Diffusion model speedup hinges on overhead reduction, not just fewer steps

    Single-image diffusion model inference is slowed by kernel launch overhead and attention memory traffic, rather than raw computational power. Optimizing with `torch.compile` in `reduce-overhead` mode, employing a fused …

  12. TOOL · CL_44843 ·

    Quantization study enables smaller, more accurate Whisper-small ASR

    A new study published on arXiv evaluates various post-training quantization (PTQ) techniques for the Whisper-small automatic speech recognition model. The research, which tested libraries like PyTorch, Optimum-Quanto, H…

  13. RESEARCH · CL_43950 ·

    Neural Compiler translates programs to differentiable PyTorch modules

    Researchers have developed "The Neural Compiler," a system that translates symbolic programs into differentiable PyTorch modules for scientific machine learning. This approach allows for the exact encoding of known phys…

  14. TOOL · CL_42397 ·

    AI tutorial uses Grad-CAM to validate medical image models

    This tutorial demonstrates how to build and evaluate an Alzheimer's MRI classification pipeline using PyTorch's ResNet18 model. It highlights the common pitfall of models achieving high accuracy by exploiting dataset-sp…

  15. RESEARCH · CL_44009 ·

    LLM analysis method reveals training data secrets and ethical risks

    Researchers have developed a method using singular value decomposition (SVD) of a large language model's weight matrix to reveal interpretable semantic subspaces. This technique, requiring minimal code and no model infe…

  16. RESEARCH · CL_42459 ·

    PyTorch library torchtune streamlines LLM post-training

    Researchers have introduced torchtune, a new PyTorch-native library designed to simplify the post-training phase for large language models. This library emphasizes modularity and direct access to PyTorch components, aim…

  17. RESEARCH · CL_41765 ·

    Sutra language compiles programs into PyTorch neural networks

    Researchers have developed Sutra, a functional programming language that compiles into PyTorch neural networks. This system targets vector symbolic architectures by reducing programs to fused tensor-operation graphs. Su…

  18. RESEARCH · CL_40221 ·

    AI models explore music generation using piano and MIDI data

    Researchers are exploring AI models for music generation, with one project focusing on creating generative instruments using large piano models trained on performance data. Another initiative details building an AI mode…

  19. TOOL · CL_40861 ·

    New FiLark framework streamlines distributed acoustic sensing data analysis

    Researchers have developed FiLark, a new Python framework designed for distributed acoustic sensing (DAS) data. This framework adopts a streaming-first approach, enabling continuous exploration, annotation, and integrat…

  20. RESEARCH · CL_40818 ·

    New API uses LLMs for universal text-based optimization

    Researchers have developed "optimize_anything," a universal API that uses LLMs to solve a wide range of optimization problems by treating them as text-based improvements. This system demonstrates state-of-the-art result…