Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Implement recon models #123
Implement recon models #123
Changes from all commits
7202996
bfa201e
7b22fbf
95492c4
1fa094e
1ead985
e0713e0
9efd45a
a4f600b
8396472
8ad63d5
9eac5dc
2cc2401
5688fd8
f04c7bf
c955f84
b341c90
70459b8
5c07761
7e5bf37
a77083a
9c163ea
37bf359
4334d2b
89d265f
9be039b
e31e854
3f68f81
b9b7dc4
a4e3e5e
0a8c07e
59c2137
c28db14
da9642c
f83a47c
c4a250e
521c3b7
05d5dc2
c37ebfe
9279eb8
597cdf9
36f4fa0
dfa0729
4b43bad
3dd2004
bd89f92
028565c
4aaf108
a13f565
694ae41
edb95be
b9c6a3c
1424355
26eef4a
3d6808e
8b612a5
5448450
ed5ddda
7629af6
6411b33
23a40f7
122a3e0
3167544
5d3d058
55cd4e9
ac60ada
44ccfc3
771b01d
281ed60
713cb8d
e7cb662
3fa6edf
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this
assert_complex
still needed? Can't our internal representation completely switch to complex tensors, and use.is_complex()
or so (that can be done in theassert_complex
of course)?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will require to change the whole software & models so let's keep this as a future change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It feels we should write this down somewhere. Maybe in the documentation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Documentation of engine?