Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include contrib folder and pytorch stringifier #476

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 18, 2021

  1. Include contrib folder and pytorch stringifier

    This PR introduces a new contrib folder under pudb for community
    customization. A stringifier for pytorch is included.
    
    Detailed changelog:
    
    * A module was added under pudb/contrib/stringifiers as place to store
      custom stringifiers.
    * A stringifier for pytorch tensors and modules is included.
    * An option was added in the settings menu for the user to enable or
      disable the cotrib content for users that want to stick to the core
      pudb installation.
    * Changes were made in var_view.py and settings.py to allow for
      inclusion of the contrib/stringifiers in the configuration menu.
    
    Signed-off-by: Giorgos Paraskevopoulos <[email protected]>
    georgepar committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    c7c2136 View commit details
    Browse the repository at this point in the history