1

I am trying to run the following command from a windows computer that I am familiar with using linux but I am not sure how to on windows

python3 create_db.py --output data/imdb_db.mat --db imdb --img_size 64

I have anaconda installed if that helps but I cannot seem to figure out how to do it using the anaconda prompt or command prompt. I can run programs from the Spyder editor but using the ipython console inside spyder does not work either. Thank you

0

1 Answer 1

1

Locate the path of the python3.exe and use that:

C:/path/to/python3.exe create_db.py --output data/imdb_db.mat --db imdb --img_size 64
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.