M-Tonin
M-Tonin
Hey, doing the basic step, to LSTM model. `` # Returns a compiled model identical to the previous one onnx_model = onnx.load("stock_price.onnx") k_model_onnx = onnx_to_keras(onnx_model, 'lstm_input', name_policy="short") k_model_onnx.graph = tf.compat.v1.get_default_graph()...
''' # Returns a compiled model identical to the previous one onnx_model = onnx.load(FILE_ONNX_PATH+"wine_price.onnx") k_model_onnx = onnx_to_keras(onnx_model, ['input_3', 'input_2', 'input_1'], name_policy="short") k_model_onnx.graph = tf.compat.v1.get_default_graph() weights_onnx = k_model_onnx.get_weights() ''' ''' INFO:onnx2keras:Converter...
# Ask a Question ### Question Good night, I have been trying to evaluate alexnet but I can not because the result of the model when I use https://s3.amazonaws.com/model-server/inputs/kitten.jpg is...
# Feature Request ### What is the problem that this feature solves? - Usage of model's like (CaffeNet, rcnn_ilsvrc13, ZFnet, Desnet) ### Relevant Model Zoo feature areas Which area in...