You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
SyNAP Python API Preview
Changelog
🚀 New Features
Network API Enhancements (synap.Network):
New Network.predict(mapping) overload that accepts a mapping of {input_name: input_data}
Add Network.load_model_from_memory(bytes) for constructing a network from binary data, preventing ambiguity with Network.load(path) where path is a BytesLike filepath.