일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Conversation System
- boj
- BoostCamp
- Relation Extraction
- beam search
- bert
- BELU
- FSML
- ai-tech
- KLUE-RE
- KLUE
- scaled dot-product attention
- Transformer
- fine-tuning
- 취업
- multi-head attention
- text classification
- huggingface
- pytorch
- NLP
- BLEU Score
- Eliza
- layer normalization
- MT-DNN
- Chatbot
- 백준
- Transformers
- GPT-1
- Prompt Tuning with Rules for Text Classification
- Dialogue System
Archives
- Today
- Total
목록bayesian optimization (1)
dukim's blog
[WK03-Day013][21.08.19.Thu] PyTorch Project Template 뜯어보기, Transfer Learning & Hyper Parameter Search
Intro 오늘 피어세션 발표차례라 발표 내용 준비하면서 강의 때 소개되었던 프로젝트 템플릿을 CIFAR10 Tutorial code에 맞게 수정해보았다. CV 분야의 transfer learning 방법 및 Hyperparameter Search 도구인 Ray Tune을 선택과제로 학습하였다. 강의 내용 복습 PyTorch 프로젝트 구조 이해 victoresque/pytorch-template를 뜯어 구조를 살펴보면서 새롭게 알게된 내용 정리 Tip: import 순서 python 내장 모듈 or 라이브러리 -> 오픈소스 -> 사용자정의 모듈 순으로 조각코드: random seed 고정 SEED = 123 torch.manual_seed(SEED) torch.backends.cudnn.determini..
Boostcamp AI Tech 2th
2021. 8. 20. 02:00