wkentaro / pytorch-fcn

PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I can't run the train_fcn32s.

rgd66 opened this issue · comments

commented

The problem is this:
subprocess.CalledProcessError: Command '['git', 'log', '-n', '1', '--pretty=%h']' returned non-zero exit status 128.
Anyone can help me ?

Did you solve the problem,I meet the same problrm.

Below should work

git clone https://github.com/wkentaro/pytorch-fcn.git
cd pytorch-fcn
pip install .

cd examples
./train_fcn32s.py