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

Update dot.py #33

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

Update dot.py #33

wants to merge 1 commit into from

Conversation

z-huabao
Copy link

@z-huabao z-huabao commented Jul 12, 2019

1, remove Backend of node(inner tensor) name
2, add shape to the node
3, add input and input shape
4, change make_dot function args to make_dot(model, x)

2019-07-12 17-38-04 的屏幕截图

1, remove `Backend` of node
2, add shape to the node
3, add input and input shape
@lizhaoliu-Lec
Copy link

The new features added by you is fantastic!!! Can you find a way to support multiple inputs? Thanks very much!

"""
var = model(x)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't allow you to use multiple inputs.

I propose:

var = model(*x)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants