Open ghost opened 7 years ago
hello! when I run ./manage.py <exp> train,the error shows:
./manage.py <exp> train
Python error: is a directory, cannot continue
what's wrong with it?
right command should be ./manage.py train "dir" "name of jason", default command here "./manage.py train exp/sgd pretrain"
OK,thanks for your answer~
hello! when I run
./manage.py <exp> train
,the error shows:what's wrong with it?