최근 포스트

PYTORCH Memos

Tensor vs tensor Tensor: class T = torch.Tensor() : 빈 tensor int to float torch data이면, 같은 메모리 공간 list나 numpy면, copy 후 생성

Generalized Focal Loss

논문: Generalized Focal Loss: Learning Qualified and Distributed Bounding Boxes for Dense Object Detection

wav2vec 2.0: 네트워크 구조 분석

논문: wav2vec 2.0: A Framework for Self-Supervised Learning of Speech Representations 연관 포스트: Learning Filterbanks From Raw Speech For Phone Recognition A...