Recent Posts
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
- GAN
- FGVC
- dl
- Depth estimation
- 딥러닝
- REACT
- ML
- FineGrained
- nerf
- pytorch
- 3d
- clean code
- cs
- math
- 알고리즘
- web
- 머신러닝
- PRML
- SSL
- computervision
- Vision
- Front
- 자료구조
- algorithm
- classification
- Meta Learning
- CV
- Torch
- Python
- nlp
- Today
- Total
목록error (1)
KalelPark's LAB
[ERROR] "DataParallel" object no attribute Module
ERROR 명 : AttributeError: 'DataParallel' object has no attribute 'classifier_concat' optimizer = optim.SGD([ {'params' : model.classifier_concat.parameters(), 'lr' : 0.002}, {'params' : model.conv_block1.parameters(), 'lr' : 0.002}, {'params' : model.classifier1.parameters(), 'lr' : 0.002}, {'params' : model.conv_block2.parameters(), 'lr' : 0.002}, {'params' : model.classifier2.parameters(), 'lr..
Python/ERROR
2022. 11. 30. 04:54