ImportError: cannot import name '_C' from partially initialized module 'config' (most likely due to a circular import)
Open
- Dominant language
- Python
- Stars
- 539
- Forks
- 83
- PR merge metrics
- No merged PRs in 30d
Description
When trying `python3 -m torch.distributed.launch --nproc_per_node=8 train.py --folder ./experiments/cot_experiments/CoTNet-50-350epoch` I am getting the error `ImportError: cannot import name '_C' from partially initialized module 'config' (most likely due to a circular import) (CoTNet/config/__init__.py)`. This happens for `python3 train.py` as well.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.