-
Notifications
You must be signed in to change notification settings - Fork 74.4k
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
Multiple Classes fails in Eager Mode ("tf.keras.Model") #18763
Labels
stat:awaiting response
Status - Awaiting response from author
Comments
tensorflowbutler
added
the
stat:awaiting response
Status - Awaiting response from author
label
Apr 22, 2018
Thank you for your post. We noticed you have not filled out the following field in the issue template. Could you update them if they are relevant in your case, or leave them as N/A? Thanks. |
Believe I need to use .call instead of .forward |
copybara-service bot
pushed a commit
that referenced
this issue
Oct 29, 2024
Imported from GitHub PR openxla/xla#18763 These conditions seem to break the auto-pgle workflow. Removing them. Copybara import of the project: -- 4bf87b309b5eabef94ce7a7fe00346d5faaea241 by Shraiysh Vaishay <svaishay@nvidia.com>: Remove the conditions that break auto-pgle workflow. Merging this change closes #18763 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#18763 from shraiysh:fix-pgle-mistype 4bf87b309b5eabef94ce7a7fe00346d5faaea241 PiperOrigin-RevId: 691052017
copybara-service bot
pushed a commit
that referenced
this issue
Oct 29, 2024
Imported from GitHub PR openxla/xla#18763 These conditions seem to break the auto-pgle workflow. Removing them. Copybara import of the project: -- 4bf87b309b5eabef94ce7a7fe00346d5faaea241 by Shraiysh Vaishay <svaishay@nvidia.com>: Remove the conditions that break auto-pgle workflow. Merging this change closes #18763 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#18763 from shraiysh:fix-pgle-mistype 4bf87b309b5eabef94ce7a7fe00346d5faaea241 PiperOrigin-RevId: 691052017
copybara-service bot
pushed a commit
that referenced
this issue
Oct 29, 2024
Imported from GitHub PR openxla/xla#18763 These conditions seem to break the auto-pgle workflow. Removing them. Copybara import of the project: -- 4bf87b309b5eabef94ce7a7fe00346d5faaea241 by Shraiysh Vaishay <svaishay@nvidia.com>: Remove the conditions that break auto-pgle workflow. Merging this change closes #18763 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#18763 from shraiysh:fix-pgle-mistype 4bf87b309b5eabef94ce7a7fe00346d5faaea241 PiperOrigin-RevId: 691052017
copybara-service bot
pushed a commit
that referenced
this issue
Oct 30, 2024
Imported from GitHub PR openxla/xla#18763 These conditions seem to break the auto-pgle workflow. Removing them. Copybara import of the project: -- 99e456fbda8e82a9dcd5b600398071de04344a5e by Shraiysh Vaishay <svaishay@nvidia.com>: Remove the conditions that break auto-pgle workflow. Merging this change closes #18763 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#18763 from shraiysh:fix-pgle-mistype 99e456fbda8e82a9dcd5b600398071de04344a5e PiperOrigin-RevId: 691052017
copybara-service bot
pushed a commit
that referenced
this issue
Oct 30, 2024
Imported from GitHub PR openxla/xla#18763 These conditions seem to break the auto-pgle workflow. Removing them. Copybara import of the project: -- 99e456fbda8e82a9dcd5b600398071de04344a5e by Shraiysh Vaishay <svaishay@nvidia.com>: Remove the conditions that break auto-pgle workflow. Merging this change closes #18763 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#18763 from shraiysh:fix-pgle-mistype 99e456fbda8e82a9dcd5b600398071de04344a5e PiperOrigin-RevId: 691052017
copybara-service bot
pushed a commit
that referenced
this issue
Oct 31, 2024
Imported from GitHub PR openxla/xla#18763 These conditions seem to break the auto-pgle workflow. Removing them. Copybara import of the project: -- 99e456fbda8e82a9dcd5b600398071de04344a5e by Shraiysh Vaishay <svaishay@nvidia.com>: Remove the conditions that break auto-pgle workflow. Merging this change closes #18763 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#18763 from shraiysh:fix-pgle-mistype 99e456fbda8e82a9dcd5b600398071de04344a5e PiperOrigin-RevId: 691052017
copybara-service bot
pushed a commit
that referenced
this issue
Oct 31, 2024
Imported from GitHub PR openxla/xla#18763 These conditions seem to break the auto-pgle workflow. Removing them. Copybara import of the project: -- 99e456fbda8e82a9dcd5b600398071de04344a5e by Shraiysh Vaishay <svaishay@nvidia.com>: Remove the conditions that break auto-pgle workflow. Merging this change closes #18763 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#18763 from shraiysh:fix-pgle-mistype 99e456fbda8e82a9dcd5b600398071de04344a5e PiperOrigin-RevId: 691052017
copybara-service bot
pushed a commit
that referenced
this issue
Oct 31, 2024
Imported from GitHub PR openxla/xla#18763 These conditions seem to break the auto-pgle workflow. Removing them. Copybara import of the project: -- 99e456fbda8e82a9dcd5b600398071de04344a5e by Shraiysh Vaishay <svaishay@nvidia.com>: Remove the conditions that break auto-pgle workflow. Merging this change closes #18763 PiperOrigin-RevId: 691751033
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
No
N/A
N/A
N/A
Tried on MacOS using tensorflow as well as Linux Ubuntu 16.04 using tensorflow-gpu
Installed utilizing pip
1.7
3.6
Describe the problem
Trying to utilize multiple classes fails in tensorflow eager mode utilizing "tf.keras.Model". If I change "tf.keras.Model" to "tfe.Network" it works - keep in mind I am utilizing tensorflow 1.7. The error I get running the above code results in the error below:
Source code / logs
The text was updated successfully, but these errors were encountered: