Menu

#DeCodeR

22 posts

Feed·
20 of 22 posts
Release TorchCodec 0.14: HDR Video Decoding for CPU & CUDA, and Fast Wav Decoder · meta-pytorch/torchcodec
📰
0

Release TorchCodec 0.14: HDR Video Decoding for CPU & CUDA, and Fast Wav Decoder · meta-pytorch/torchcodec

TorchCodec 0.14 is out! It is compatible with torch >= 2.11. It comes with two major additions: a fast audio WavDecoder, and support for HDR video decoding! Fast wav decoder TorchCodec now has a de...

15s
Read More
Transformer Neural Network Architecture Diagram — A Visual Guide for Engineers
🖼️
0

Transformer Neural Network Architecture Diagram — A Visual Guide for Engineers

DEV Community·Mia·4 months ago
#dfeZLTf0

From Dev.to - machinelearning: Transformer Neural Network Architecture Diagram — A Visual Guide for Engineers

15s
Read More
How I rebuilt the Codable migration pattern across 4 iOS apps in 2 hours
🖼️
0

How I rebuilt the Codable migration pattern across 4 iOS apps in 2 hours

DEV Community·孫昊·4 months ago
#q4y8UgsB
#swift#ios#codable#self#four#decoder

I was adding a single new feature to DaysUntil: yearly-recurring events. Twenty lines of product...

15s
Read More
📰
0

Dynamic batching for Encoder-Decoder MT training or generation when long sequence caps the batch size [P]

Reddit r/MachineLearning·u/Leather_Loan5314·5 months ago
#wN8KYA43

I built a small pytorch sampler called **dynabatch** after facing this specific batching issue while fine tuning a NLLB-200 600M model. Training on RTX 5090, the largest fixed batch size I could use was 8, any bigger leads to OOM.…

15s
Read More