hahnyuan/nn_tools

TypeError: None has type NoneType, but expected one of: bytes, unicode

zcl912 opened this issue · 7 comments

TypeError: None has type NoneType, but expected one of: bytes, unicode

No description provided.

I am also facing the same issue

have you solve the quesiton?I am also facing the same issue

have anyone solved the question?

I am also facing the same problem. Nobody is going to answer?

@snowflake119 @maithstartup @maithstartup @zcl912

The solution is to downgrade the Pytorch version to 1.0.0:

pip install torch==1.0.0 torchvision==0.2.1

Please let me if this fix the problem.

@Hassan313
torch==1.0.0 torchvision==0.2.1 Python3.5.2

can not fix this problem.

Could you tell me your python version?

you are using a layer that caffe does not support,just replace it and then test?