You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: