-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[BUG] Parser error with nn.dense #6470
Comments
It could be a bug, I've fixed a ton of bugs on #6274, I'll try to add a regression there. |
gussmith23
added a commit
to gussmith23/glenside
that referenced
this issue
Sep 15, 2020
nn.dense parsing is broken in Relay at the moment. See: apache/tvm#6470
@gussmith23 please check if the problem persists in main |
Looks like it's gone! |
I'm getting another error in the Rust bindings now. Will open a different issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Parsing a Relay program which uses
nn.dense
seems to be finicky! I might be doing something wrong here, let me know!A minimum working example:
The text was updated successfully, but these errors were encountered: