carpedm20 / carpedm20/ENAS-pytorch
network doesn't seem to be saved
- Dominant language
- Python
- Stars
- 2.7k
- Forks
- 486
- PR merge metrics
- No merged PRs in 30d
Description
I'm getting this error
` File "C:\Users\Neda\Anaconda3\lib\site-packages\pygraphviz\agraph.py", line 1364, in _run_prog
raise IOError(b"".join(errors).decode(self.encoding))
OSError: Format: "dot" not recognized. Use one of:`
which is relate to the `
File "D:\Neda\Pytorch\NAS\ENAS-pytorch-master_carpedm20_original\utils.py", line 85, in draw_network
graph.layout(prog='dot')`
So, it cannot save the network, and networks folder in logs is empty. Could please someone point me to the right direction?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with utils.py at draw_network, line 85, and inspect how graph.layout(prog='dot') invokes pygraphviz. Check why the dot format is not recognized in the reported environment. Done means the network is saved successfully and the networks folder is no longer empty.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100