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
- VQ-VAE
- CVPR2022
- VQ-diffusion
- PnP algorithm
- Vector Quantized Diffusion Model for Text-to-Image Synthesis
- Img2pose
- Mask diffusion
- Mask-and-replace diffusion strategy
- requires_grad
- 베이지안 정리
- Energy-based model
- Face Alignment
- mmcv
- Class Incremental Learning
- learning to prompt for continual learning
- timm
- L2P
- learning to prompt
- img2pose: Face Alignment and Detection via 6DoF
- Class Incremental
- CIL
- state_dict()
- Continual Learning
- Markov transition matrix
- Face Pose Estimation
- ENERGY-BASED MODELS FOR CONTINUAL LEARNING
- DualPrompt
- prompt learning
- Facial Landmark Localization
- Discrete diffusion
Archives
- Today
- Total
Computer Vision , AI
[Torch] requires_grad 와 state_dict() 사이의 관계 본문
state_dict()에는 requires_grad에 대한 정보가 안담기는 것으로 보인다.
model.prompt_embeddings.requires_grad
의 return 값은 True여도
model.state_dict()['prompt_embeddings'].requires_grad
의 return 값은 False로 나온다.
'備忘錄' 카테고리의 다른 글
| timm 에러 cannot import name 'container_abcs' from 'torch._six' (0) | 2024.08.07 |
|---|---|
| MMCV 인식 불가 시 (0) | 2024.08.07 |
| Deep learning 수학 기초 이론 [Bayes theorem편] (0) | 2022.12.26 |
| StyleGAN (1) | 2022.11.08 |