Currently the ONNX importer only imports sequential models such as AlexNet because SINGA does not support graphs. ONNX is graph based and we need to find a general way to convert between the SINGA model and the ONNX model.
Currently the ONNX importer only imports sequential models such as AlexNet because SINGA does not support graphs.
ONNX is graph based and we need to find a general way to convert between the SINGA model and the ONNX model.