All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Tygron Preview Support Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:07, 19 December 2024 Frank@tygron.nl talk contribs created page How to adjust a Neural Networks metadata (Created page with " <pre> import onnx </pre> Save the onnx model to file: <pre> with open(onnxFilePath, "wb") as f: f.write(onnx_model.SerializeToString()) </pre>")