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
- DualPrompt
- CIL
- Mask diffusion
- Class Incremental Learning
- 베이지안 정리
- CVPR2022
- Vector Quantized Diffusion Model for Text-to-Image Synthesis
- Img2pose
- Discrete diffusion
- mmcv
- L2P
- Face Alignment
- learning to prompt
- requires_grad
- learning to prompt for continual learning
- prompt learning
- VQ-diffusion
- Face Pose Estimation
- Class Incremental
- VQ-VAE
- Facial Landmark Localization
- ENERGY-BASED MODELS FOR CONTINUAL LEARNING
- PnP algorithm
- Energy-based model
- Markov transition matrix
- Continual Learning
- img2pose: Face Alignment and Detection via 6DoF
- Mask-and-replace diffusion strategy
- state_dict()
- timm
Archives
- Today
- Total
목록timm (1)
Computer Vision , AI
timm 에러 cannot import name 'container_abcs' from 'torch._six'
cannot import name 'container_abcs' from 'torch._six'timm=0.3.2 version에서 발생한 문제 torch._six에 container_abcs가 없는 torch 버전을 사용해서 그렇다.collections.abc를 container_abcs로 import 해오는 것으로 해결할 수 있는 경우가 있다. # from torch._six import container_abcsimport collections.abc as container_abcs
備忘錄
2024. 8. 7. 10:04