Open erinmgraham opened 5 months ago
To go from Keras to PyTorch, models must be converted to an open format called ONNX (https://onnx.ai/) Using tensorflow-onnx first (https://github.com/onnx/tensorflow-onnx) followed by onnx2pytorch (https://github.com/Talmaj/onnx2pytorch)
can .keras models be used in eg pytorch? explain or refer to where to look