Tramac / Fast-SCNN-pytorch

A PyTorch Implementation of Fast-SCNN: Fast Semantic Segmentation Network
Apache License 2.0
381 stars 93 forks source link

Training does not start #39

Open mertmerci opened 3 years ago

mertmerci commented 3 years ago

Hello,

I'm trying to run the train.py file however the training does not start. I increased the batch size to 4 and decreased it to 2 again but it does not start either way. You can check the attached file to see where it gets stuck.

How can I solve it? Thank you for your time.

Screenshot 2020-11-28 at 01 09 25

Tramac commented 3 years ago

Please check if the images is normal.

mertmerci commented 3 years ago

The implementation is the same with the line you referred. Also I'm using the same cityscapes dataset you mentioned in the home page.

mertmerci commented 3 years ago

Do you have any idea on the reason of this issue? I have tried to solve, but I could not manage to do it.

Tramac commented 3 years ago

Is there more log information?

mertmerci commented 3 years ago

I'm just following your instructions. I downloaded the cityscapes datasets you refer and their paths are Fast-SCNN-pytorch/datasets/citys/gtFine and Fast-SCNN-pytorch/datasets/citys/leftImg8bit. Also, I am using the Anaconda environment and entering the command that is mentioned, python train.py --model fast_scnn --dataset citys.