pplonski / keras2cpp

This is a bunch of code to port Keras neural network model into pure C++.
MIT License
679 stars 153 forks source link

Make executable, add shebang #4

Closed wxmerkt closed 7 years ago

wxmerkt commented 8 years ago

Adds shebang and changes the file mode so that the file is executable. This allows for tab-complete for the parameters -a, -w, -o

pplonski commented 8 years ago

I know that one of my friends is using this script under windows and I'm not sure how this fix (add shebang) is working on python under windows?