carpedm20 / ENAS-pytorch

PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"
Apache License 2.0
2.69k stars 492 forks source link

network doesn't seem to be saved #43

Open NdaAzr opened 5 years ago

NdaAzr commented 5 years ago

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?