PulseAugur
EN
LIVE 11:58:06
ENTITY nn.Linear

nn.Linear

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

Show in brief
Total · 30d
3
4 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
0
1 over 90d
TIER MIX · 90D
TOPICS
SENTIMENT · 30D

3 day(s) with sentiment data

RECENT · PAGE 1/1 · 4 TOTAL
  1. TOOL · CL_189131 ·

    PyTorch profiling: Optimizing nn.Linear to fused MLPs

    This article delves into the advanced profiling techniques within PyTorch, focusing on optimizing the performance of neural network layers. It specifically examines the transition from standard nn.Linear layers to fused…

  2. RESEARCH · CL_162358 ·

    IBM releases Granite 4.1 LLM; PyTorch profiling discussed

    IBM has released Granite 4.1, an LLM detailed in a Hugging Face blog post. The post covers the construction methods for this model. Separately, a blog post on Hugging Face discusses profiling in PyTorch, focusing on the…

  3. TOOL · CL_135761 ·

    Hugging Face details PyTorch profiling and vLLM deployment

    Hugging Face has published a series of blog posts detailing advanced profiling techniques within PyTorch. The posts cover optimizing neural network components like nn.Linear and fused MLPs, as well as focusing on attent…

  4. TOOL · CL_85385 ·

    Hugging Face blog details PyTorch nn.Linear profiling

    This blog post details how to profile PyTorch code, focusing on the `nn.Linear` module and its underlying operations. It explains that `nn.Linear` wraps matrix multiplication and addition, and that PyTorch optimizes thi…