Open hhsecond opened 4 years ago
stock.model's high level functions such as stock.model.load_weights currently only support PyTorch & Keras models. It needs to support other frameworks such as
stock.model
stock.model.load_weights
Onnx-ML would be good as well.
https://onnx.ai/
Thanks Rick. Added ONNX to the list
Description
stock.model
's high level functions such asstock.model.load_weights
currently only support PyTorch & Keras models. It needs to support other frameworks such as