We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TFDSDataset
From the TF 2.3 release notes:
tf.data.experimental.cardinality is now a method on tf.data.Dataset. tf.data.Dataset now supports len(Dataset) when the cardinality is finite.
We should make use of these functions here:
zookeeper/zookeeper/tf/dataset.py
Lines 114 to 117 in b0b9bcf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From the TF 2.3 release notes:
We should make use of these functions here:
zookeeper/zookeeper/tf/dataset.py
Lines 114 to 117 in b0b9bcf
The text was updated successfully, but these errors were encountered: