aws-samples / aws-samples/mask-rcnn-tensorflow
ValueError: Horovod has not been initialized; use hvd.init().
Open
- Dominant language
- Python
- Stars
- 39
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
When I configure the environment I am ready to run the code:
`python3 train.py --load=data/pretrained-models/ImageNet-R50-AlignPadding.npz`
Have a error about Horovod:`ValueError: Horovod has not been initialized; use hvd.init().`
How do I fix it?
Thanks!
Contributor guide
Research direction
Start with train.py and reproduce the reported command using data/pretrained-models/ImageNet-R50-AlignPadding.npz. Trace the Horovod setup related to the reported ValueError; done means the command no longer fails because Horovod has not been initialized and training can proceed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- distributed-systems, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100