carpedm20/ENAS-pytorch

network doesn't seem to be saved

NdaAzr opened this issue · 0 comments

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?