Skip to content

model-explorer-v0.1.16

Latest
Compare
Choose a tag to compare
@jinjingforever jinjingforever released this 19 Nov 18:21
· 14 commits to main since this release
f585326

What's Changed

  • We've made the PyTorch dependency optional.
    By default, pip install ai-edge-model-explorer won't install PyTorch, and we will show messages to instruct users to install PyTorch if any PyTorch related feature is used.
  • Support specifying model paths as separate arguments by @kartynnik in #239
  • Allow to reuse server for pytorch models by @jinjingforever in #245
  • Add support for showing inputs/outputs for selected layer node by @copybara-service in #244
    Enable this feature in settings. After enabling it, the inputs and outputs of a selected layer node will be highlighted, and they will also be listed in the side panel (screenshot)
  • Add a setting that hides node data entries with empty values. by @copybara-service in #247
    disabled vs enabled
  • Bug fixes related pinned-to-group-top node: by @copybara-service in #254
    • Takes the width of the pinned-to-group-top node into account when calculating the width of the group node.
    • Properly render the node when the pinned-to-group-top node is the only child node of a group node (when "Keep layers with a single op node child" setting is enabled)
  • Fix seenGroupNodeIds mismatch with modelGraph nodes data. by @copybara-service in #246

New Contributors

(We skipped v0.1.15 version number due to a bad push)

Full Changelog: model-explorer-v0.1.14...model-explorer-v0.1.16