TypeError: None has type NoneType, but expected one of: bytes, unicode
zcl912 opened this issue · 7 comments
zcl912 commented
TypeError: None has type NoneType, but expected one of: bytes, unicode
maithstartup commented
No description provided.
I am also facing the same issue
snowflake119 commented
have you solve the quesiton?I am also facing the same issue
snowflake119 commented
have anyone solved the question?
Hassan313 commented
I am also facing the same problem. Nobody is going to answer?
Hassan313 commented
@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.
ischihmo commented
@Hassan313
torch==1.0.0 torchvision==0.2.1 Python3.5.2
can not fix this problem.
Could you tell me your python version?
ZhangXG001 commented
you are using a layer that caffe does not support,just replace it and then test?