hahnyuan / nn_tools

Neural Network Tools: Converter and Analyzer. For caffe, pytorch, draknet and so on.
MIT License
355 stars 63 forks source link

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

Open zcl912 opened 5 years ago

maithstartup commented 4 years ago

No description provided.

I am also facing the same issue

snowflake119 commented 4 years ago

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

snowflake119 commented 4 years ago

have anyone solved the question?

Hassan313 commented 4 years ago

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

Hassan313 commented 4 years ago

@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 4 years ago

@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 4 years ago

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