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

[Torch] Support Python list, more realistic recurrent networks #5306

Merged
merged 31 commits into from
Apr 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1c80a69
use funcs from prelude, pass around convert_map
masahi Apr 5, 2020
ff440ea
get relay input type from user ishape
masahi Apr 6, 2020
21be771
handle tuple unpack
masahi Apr 6, 2020
cf0af1b
experimenting with static tensor array
masahi Apr 6, 2020
24c22f7
use prelude concat instead of cons + rev
masahi Apr 6, 2020
8d59ae6
minor clean up
masahi Apr 6, 2020
edbc2a4
fix layer norm conversion bug, unwrap tensor array
masahi Apr 6, 2020
f7ecc75
add infer shape on tensor array
masahi Apr 7, 2020
b727182
pass around prelude for now
masahi Apr 7, 2020
a3319f3
compile worked but runtime error
masahi Apr 7, 2020
58e2908
fix tensor array wrapping
masahi Apr 8, 2020
a973954
begin list dynamic test
masahi Apr 8, 2020
0bef1fa
is_list_dynamic first version
masahi Apr 9, 2020
0c56041
finish dynamic list test
masahi Apr 9, 2020
bb85504
a few fix
masahi Apr 9, 2020
002eb4e
use shape_of function if Any is found
masahi Apr 10, 2020
3261466
improve size conversion
masahi Apr 10, 2020
0a14c19
working on adding free vars to loop block
masahi Apr 10, 2020
f2d8bd2
fixed inlined inner loop issue
masahi Apr 10, 2020
fd297ae
clean up free var handling
masahi Apr 10, 2020
18aad7f
add support for tensor array concat
masahi Apr 10, 2020
a7c59ed
adding ta concat on last axis
masahi Apr 10, 2020
e9cb1a7
fix concat, but got runtime error
masahi Apr 11, 2020
a2b0da4
disable concat on axis -1 for now
masahi Apr 11, 2020
eb70587
add lstm tests
masahi Apr 11, 2020
f53cc0c
revert unrelated change
masahi Apr 11, 2020
12740bb
fix stacked bidir test
masahi Apr 11, 2020
b7bce2b
minor fix to test
masahi Apr 11, 2020
6bcf0f1
relax tol a bit, revert dnnl change to avoid conflict
masahi Apr 12, 2020
3074c9a
simplify infer type, use input tensor shape rather than concat shape
masahi Apr 13, 2020
c185b4e
more shape fix
masahi Apr 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading