关于神经网络转化报错

转化自己的网络模型时遇到了如下报错:

Traceback (most recent call last):
File ".\bin\weights_generator.py", line 118, in <module>
File ".\bin\weights_generator.py", line 66, in __init__
File ".\bin\tensorflow_dep\weights_generator_tensorflow.py", line 69, in __init__
IndexError: list index out of range

请问是什么原因呢?

tf.Variable(tf.truncated_normal(shape, stddev=0.1))是这个API不支持吗?
Parents Reply Children
No Data