-
Notifications
You must be signed in to change notification settings - Fork 138
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
Make Scattering1D
compatible with TF>=2.5
#882
Conversation
not sure how i'm supposed to test that? create a new CI job? |
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.
I am immediately merging based on the fact that it fixes #775 and #801 (as seen in this notebook.) @janden you are welcome to look over the diff and make comments on it yourself, but given the severity of this issue impacting an entire frontend, I'm immediately merging. We can fix anything in a future PR.
Great work @lostanlen !
for psi_f in psi1_f: | ||
plt.plot(np.arange(N)/N, psi_f[0], 'b') | ||
|
||
plt.plot(np.arange(N)/N, psi_f['levels'][0], 'b') |
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.
We can fix this later, but I dont see why this had to change lines.
2D, you're next |
in light of kymatio#854 and kymatio#882 enable TeX rendering
by Daniel Haider and Vincent Lostanlen approved by Muawiz Chaudhary and Joakim Andén * Update plot_filters.py * Update plot_filters.py * Update plot_filters.py Edits as required: - original formatting - line width reduction - psi <- psi_i * Update plot_filters.py * update examples/1d/plot_filters in light of #854 and #882 enable TeX rendering Co-authored-by: Vincent Lostanlen <vincent.lostanlen@ls2n.fr>
* update plot_filters * update core * update filter_bank.py 1D * update torch_frontend.py 1D * simplify test_torch_scattering1d, circumvent a warning
by Daniel Haider and Vincent Lostanlen approved by Muawiz Chaudhary and Joakim Andén * Update plot_filters.py * Update plot_filters.py * Update plot_filters.py Edits as required: - original formatting - line width reduction - psi <- psi_i * Update plot_filters.py * update examples/1d/plot_filters in light of #854 and #882 enable TeX rendering Co-authored-by: Vincent Lostanlen <vincent.lostanlen@ls2n.fr>
as discussed in #775
done in duet with @MuawizChaudhary
ready for code review
i still need to update some docs
triaged for v0.3
once this PR passes code review, i'll work on 2D and 3D