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 | 31 |
Tags
- Linear Model
- 파이썬
- BFS
- Django
- Python
- Programmers
- LLM
- GPT
- rnn
- 코테
- gradient descent
- machinelearning
- 일기
- LeetCode
- 알고리즘
- ChatGPT
- attention
- 프롬프트
- Linear Regression
- transformer
- 머신러닝
- dl
- 프로그래머스
- deque
- prompt engineering
- 부스트캠프
- 기계학습
- Deeplearning
- 코딩테스트
- NLP
Archives
- Today
- Total
크크루쿠쿠
Pytorch Project Architecture 본문
ML 코드는 언제나 Jupyter?
-> 영원히 세발 자전거를 탈수는 없다.
- 초기 단계에서는 대화식 개발 과정이 유리 -> 학습과정과 디버깅 등 지속적인 확인.
- 배포 및 공유 단계에서는 notebook 공유의 어려움 -> 쉬운 재현의 어려움, 실행순서 꼬임.
- DL 코드도 하나의 프로그램이기 떄문에 개발 용이성+유지보수 향상 필요.
다양한 프로젝트 템플릿이 있다.
예시로
https://github.com/victoresque/pytorch-template
'DeepLearning > 부스트캠프 AI Tech' 카테고리의 다른 글
Pytorch Dataset & Dataloader (0) | 2021.08.18 |
---|---|
Pytorch AutoGrad & Optimizer (0) | 2021.08.18 |
Pytorch Basics (0) | 2021.08.17 |
Generative Models (0) | 2021.08.13 |
Transformer: Attention is all you need (0) | 2021.08.12 |
Comments