chainer / chainercv

ChainerCV: a Library for Deep Learning in Computer Vision
MIT License
1.48k stars 305 forks source link

EOF error while running calc_weight.py of SegNet #756

Closed sandy9999 closed 5 years ago

sandy9999 commented 5 years ago

image

This is what I am getting when I run python calc_weight.py, an EOF error, what could be the reason? I have installed the modules and dependencies as mentioned in the README. As a result, class_weight.npy is not getting created and I am not able to train.

yuyu2172 commented 5 years ago

The latest release is not compatible with the master branch. If you are using the module downloaded by pip, please use the scripts released in the latest release. https://github.com/chainer/chainercv/releases/tag/v0.11.0

knorth55 commented 5 years ago

Can i close this ?

knorth55 commented 5 years ago

temporarily closed. If you still have same issue, please reopen.