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 | 29 | 30 |
Tags
- ML
- REACT
- web
- FGVC
- nerf
- math
- GAN
- Meta Learning
- 알고리즘
- PRML
- clean code
- Torch
- pytorch
- 3d
- Front
- FineGrained
- Depth estimation
- cs
- 딥러닝
- 자료구조
- Vision
- CV
- Python
- dl
- computervision
- nlp
- 머신러닝
- algorithm
- SSL
- classification
- 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