deepinsight / deepinsight/insightface
在arcface_torch子项目里面,使用module_partial_fc时,有没有跑通transformer?
Open
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
RuntimeError: Expected to have finished reduction in the prior iteration before starting a new one. This error indicates that your module has parameters that were not used in producing loss. You can enable unused parameter detection by passing the keyword argument find_unused_parameters=True to torch.nn.parallel.DistributedDataParallel, and by
making sure all forward function outputs participate in calculating loss.
may because that multi input to model
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.