-
Notifications
You must be signed in to change notification settings - Fork 185
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
Issues running these models on TPU #49
Comments
InvalidArgumentError Traceback (most recent call last) 1 frames /usr/local/lib/python3.7/dist-packages/tensorflow/python/eager/context.py in sync_executors(self) InvalidArgumentError: 9 root error(s) found.
(1) INVALID_ARGUMENT: {{function_node __inference_train_function_56513}} Squeeze op does not support bounded dynamic dimensions. Input shape: element_type: F32
(2) INVALID_ARGUMENT: {{function_node __inference_train_function_56513}} Squeeze op does not support bounded dynamic dimensions. Input shape: element_type: F32
(3) INVALID_ARGUMENT: {{function_node __inference_train_function_56513}} Squeeze op does not support bounded dynamic dimensions. Input shape: element_type: F32
(4) INVALID_ARGUMENT: {{function_node __inference_train_function_56513}} Squeeze op does not support bounded dynamic dimensions. Input shape: element_type: F32
(5) INVALID_ARGUMENT: {{function_node __inference_train_function_56513}} Squeeze op does not support bounded dynamic dimensions ... [truncated] |
Does anyone else have any problem running these models on TPU? How do we make the library work in TPU environment? Thanks.
The text was updated successfully, but these errors were encountered: