일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 디퓨전모델
- UE5
- deep learning
- animation retargeting
- motion matching
- 딥러닝
- Stat110
- Generative Model
- ddpm
- CNN
- NLP
- Font Generation
- 언리얼엔진
- multimodal
- BERT
- Few-shot generation
- 오블완
- Unreal Engine
- userwidget
- WBP
- GAN
- 모션매칭
- 생성모델
- WinAPI
- ue5.4
- 폰트생성
- cv
- dl
- RNN
- Diffusion
Archives
- Today
- Total
목록CPU (1)
Deeper Learning

CPU의 성능 평가 CPU Times: Task 완료까지 소요시간 CPU Clock Cycles: Task를 완료하는 데까지 필요한 Clock의 수 Clock Rate: 1초에 몇 번의 Clock을 도는지 (초당 사이클) = 클럭 속도 Clock Cycle Time (cct, Clock period): 하나의 Clock 당 소요시간 (1->0->1) Instruction Count: Instruction의 개수 CPI: Cycles Per Instruction, 하나의 Instruction이 필요로 하는 Clock Cycle의 개수 Formula [ Task 완료까지 소요시간 = 필요한 Clock의 수 x 1개의 Clock당 소요시간] CPU Times = CPU Clock Cycles x Clock C..
Computer Science
2021. 5. 24. 18:23