Closed roadcode closed 5 years ago
In dump_tensorflow_weights.py,
if 'BatchNorm/batchnorm/sub' in t.name or 'biases' in t.name: paratype = 'biases
is the sub node conv bias?
In dump_tensorflow_weights.py,
is the sub node conv bias?