bgshih / seglink

Detecting text by linking segments.
245 stars 74 forks source link

Python error: <stdin> is a directory, cannot continue #5

Open ghost opened 7 years ago

ghost commented 7 years ago

hello! when I run ./manage.py <exp> train,the error shows:

Python error: is a directory, cannot continue

what's wrong with it?

BowieHsu commented 7 years ago

right command should be ./manage.py train "dir" "name of jason", default command here "./manage.py train exp/sgd pretrain"

ghost commented 7 years ago

OK,thanks for your answer~