반응형
Notice
Recent Posts
Recent Comments
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
- humble
- CLASS
- pytorch
- ChatGPT
- 오블완
- Torch
- python
- 티스토리챌린지
- timm
- socketio
- no space left on device
- 분당맛집
- Android
- error
- ROS2
- 판교
- TTS
- linux
- openAI
- 스팸
- ubuntu
- opencv
- tensorflow
- 딥러닝
- string
- ros
- GPT
- 맛집
- 터미널
- CUDA
Archives
- Today
- Total
목록Vit (1)
RoBoLoG

[Pytorch, timm] Vision Transformer로 Custom Dataset 학습하기 (이미지 분류) 1. VERSION python = 3.8.10 pytorch = 1.9.1 timm = 0.4.12 2. 데이터 dataset 폴더 안에 각 class에 대한 폴더가 있고, class 폴더 안에 사진 파일들이 있는 상황 dataset --class1 ----class1_1.jpg ----class1_2.jpg --class2 ----class2_1.jpg ----class2_2.jpg 3. 코드 import timm import torch import torchvision import torch.utils.data as data import torchvision.transforms as ..
Study/Artificial Intelligence
2024. 2. 21. 12:15