We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I keep getting this error message given below TypeError: expected bytes, str found Using python 3.5
The text was updated successfully, but these errors were encountered:
I had the same problem. solution was #115 try with python 2.7 After that, I met the next problem #174 And the solution was #114
Sorry, something went wrong.
THANKSSS!! Using Python 2.7 solved my problem I did the following lines and get the results: output.mat, output.py
yes | conda create -n caffeTF "python=2.7" conda activate caffeTF pip install tensorflow pip install numpy pip install --upgrade google-api-python-client conda config --add channels anaconda conda install caffe -c willyd
python convert.py --caffemodel ./examples/mnist/lenet_iter_10000.caffemodel ./examples/mnist/lenet.prototxt --data-output-path ./output.mat --code-output-path ./output.py
No branches or pull requests
I keep getting this error message given below
TypeError: expected bytes, str found
Using python 3.5
The text was updated successfully, but these errors were encountered: