ENTITY
torch.nn.functional
torch.nn.functional
PulseAugur coverage of torch.nn.functional — every cluster mentioning torch.nn.functional across labs, papers, and developer communities, ranked by signal.
Total · 30d
0
2 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
0
0 over 90d
TIER MIX · 90D
TOPICS
RECENT · PAGE 1/1 · 2 TOTAL
-
PIVOT method accelerates long-context AI models by optimizing sparse attention
A new method called PIVOT has been developed to optimize the performance of Dynamic Sparse Attention (DSA) models, particularly for handling long contexts. PIVOT addresses a bottleneck in DSA's indexer, which previously…
-
PyTorch Pipeline Uses Gin Config for Flexible ML Model Training
This tutorial demonstrates how to build a configurable PyTorch pipeline using the gin-config library. The approach separates stable training code from experimental parameters, which are managed in declarative configurat…