neocsr / semantic-segmentation

Road classification using Deep Learning
1 stars 2 forks source link

SyntaxError: only named arguments may follow *expression #1

Open wangyarui opened 6 years ago

wangyarui commented 6 years ago

when I run python main.py

Some errors occur like these:

Traceback (most recent call last): File "main.py", line 3, in import helper File "/home/richal/code/CarND-Semantic-Segmentation/helper.py", line 91 gt_bg = gt_bg.reshape(gt_bg.shape, 1) SyntaxError: only named arguments may follow expression

But I have installed it bysudo pip install helperand sudo pip install requestin fact. Please,help,thank U

neocsr commented 6 years ago

That looks like a python version issue. I'm using python 3.5.2 and tensorflow 1.3.0.