Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- dl
- FineGrained
- CV
- 3d
- computervision
- classification
- Torch
- web
- 자료구조
- Python
- pytorch
- Front
- algorithm
- clean code
- math
- nlp
- 알고리즘
- ML
- nerf
- Depth estimation
- GAN
- FGVC
- cs
- PRML
- REACT
- Vision
- 머신러닝
- 딥러닝
- Meta Learning
- SSL
- Today
- Total
목록Patchshuffle (1)
KalelPark's LAB
[CODE] Masked AutoEncoder CODE로 살펴보기
Load Library import torch import timm import numpy as np from einops import repeat, rearrange from einops.layers.torch import Rearrange from timm.models.layers import trunc_normal_ from timm.models.vision_transformer import Block Patch shuffle을 하기 위한 Class 및 function 구축 * forward_indexes : (16, 2) * backward_indexes : (16, 2) 이후, take_indexes를 거칠 때, gather는 각 차원의 vector를 0을 axis로 사용하므로, depth, c..
Data Science/CODE
2023. 3. 16. 19:44