迂鱼雨玉
迂鱼雨玉
l look forward to the non-random initialization part too
@Ien001 thanks for your share, i'll tyr for it
I would like to konw too
@prnvjb Did you make sucess to convert the keras model to onnx model?
@prnvjb How did you do it?Could you share the onnx model with me or teach me how to do it?
@prnvjb I had try to follow the keras_to_tf.py steps,define the new model and load weights first,then use the keras2onnx tools to convert the model,such as `model = Model(inputs=inputs, outputs=avg_model)` `onnx_model...
> @prnvjb I had try to follow the keras_to_tf.py steps,define the new model and load weights first,then use the keras2onnx tools to convert the model,such as > `model = Model(inputs=inputs,...