Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[WIP]Debug print graph #20743

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

[WIP]Debug print graph #20743

wants to merge 1 commit into from

Conversation

mk-61
Copy link
Contributor

@mk-61 mk-61 commented Nov 18, 2021

Description

DO NOT MERGE - A WORK IN PROGRESS!

This change adds visibility into NNVM graph transformation underneath MXNet models. It enables debug printing of a graph with an option to port-process this output into Graphviz format.

Checklist

Essentials

  • Changes are complete (i.e. I finished coding on this PR)

@mk-61 mk-61 requested a review from szha as a code owner November 18, 2021 22:15
@mxnet-bot
Copy link

Hey @mk-61 , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [windows-cpu, unix-gpu, website, centos-cpu, miscellaneous, centos-gpu, edge, clang, windows-gpu, unix-cpu, sanity]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

@mseth10 mseth10 added the pr-work-in-progress PR is still work in progress label Nov 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr-work-in-progress PR is still work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants