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
- CIL
- DualPrompt
- Face Pose Estimation
- PnP algorithm
- Continual Learning
- VQ-VAE
- learning to prompt
- L2P
- Markov transition matrix
- Face Alignment
- learning to prompt for continual learning
- Mask-and-replace diffusion strategy
- Mask diffusion
- VQ-diffusion
- mmcv
- timm
- img2pose: Face Alignment and Detection via 6DoF
- Energy-based model
- Discrete diffusion
- Facial Landmark Localization
- CVPR2022
- prompt learning
- Vector Quantized Diffusion Model for Text-to-Image Synthesis
- 베이지안 정리
- state_dict()
- Class Incremental
- ENERGY-BASED MODELS FOR CONTINUAL LEARNING
- requires_grad
- Class Incremental Learning
- Img2pose
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