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

IWT doesn't work with tf 2.5 #2

Open
ngcthuong opened this issue Jul 18, 2021 · 6 comments
Open

IWT doesn't work with tf 2.5 #2

ngcthuong opened this issue Jul 18, 2021 · 6 comments
Labels
bug Something isn't working

Comments

@ngcthuong
Copy link

I faced this error while trying to use the IWT layer in TF 2.5.
image
Do you have any suggestions to resolve this issue? Thanks.

@zaccharieramzi
Copy link
Owner

Hi @ngcthuong ,

Thank you for reporting this, I will look into it !

@ngcthuong
Copy link
Author

A few line of codes in pyTorch turns out to be very troublesome in Tensorflow 😅. Thank you.

@zaccharieramzi
Copy link
Owner

Yes exactly, this has been known for quite some time now that tensor slice assignment is a disaster in TensorFlow, yet there does not seem to be any movement in the direction of fixing it.
I will try the package I created for it tf-slice-assign.

@ngcthuong
Copy link
Author

Thank you for the update. I hear that Google themself moving away from TF. Anyway, thanks you and good luck with your research.

@zaccharieramzi
Copy link
Owner

Hi @ngcthuong ,

I didn't manage to reproduce the bug you reported (for TF versions 2.2, 2.4, 2.5).
Could you:

  • give me a snippet of a minimal reproducible example?
  • copy-paste (not with a screenshot) the entire stacktrace of the bug?

Thanks in advance

@zaccharieramzi zaccharieramzi added the bug Something isn't working label Jul 19, 2021
@zaccharieramzi
Copy link
Owner

Hi @ngcthuong ,

Did you manage to solve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants