nn_tools icon indicating copy to clipboard operation
nn_tools copied to clipboard

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

Open zcl912 opened this issue 4 years ago • 7 comments

zcl912 avatar Oct 09 '19 08:10 zcl912

No description provided.

I am also facing the same issue

maithstartup avatar Nov 20 '19 06:11 maithstartup

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

snowflake119 avatar Jun 04 '20 02:06 snowflake119

have anyone solved the question?

snowflake119 avatar Jun 08 '20 01:06 snowflake119

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

Hassan313 avatar Jun 25 '20 01:06 Hassan313

@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 avatar Jun 25 '20 01:06 Hassan313

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

can not fix this problem.

Could you tell me your python version?

ischihmo avatar Jul 08 '20 06:07 ischihmo

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

ZhangXG001 avatar Jul 09 '20 06:07 ZhangXG001