Swapnal Varma
Swapnal Varma
I suppose Range of indices for vocab (unique characters) should be '0 to len(unique) - 1' instead of '0 to len(unique)' Sorry if nitpicking.
`tf.distribute.Strategy.experimental_distribute_datasets_from_function` was deprecated and replaced with `tf.distribute.Strategy.distribute_datasets_from_function` in the 2.4.0 release. See [2.4.0 release notes](https://github.com/tensorflow/tensorflow/releases/tag/v2.4.0) -> breaking changes -> tf.distribute. This PR replaces the call to this deprecated method with...
The how-to-contribute link on the [what is flink](https://flink.apache.org/what-is-flink/community/#how-do-i-get-help-from-apache-flink) page currently links to /how-to-contribute/ This is an empty page. This commit changes the link to /how-to-contribute/overview/ which seems to be the...
**Is your feature request related to a problem? Please describe.** With video data and applications on the rise, a video object segmentation interface would be really helpful. **Describe the solution...