cnglen

Results 6 comments of cnglen

Make ensure compatibility with TensorFlow, see https://github.com/tensorflow/io#tensorflow-version-compatibility

Yes, this is tedious!!!!!!!!!!!!

``` python text_vectorizer._self_tracked_trackables.pop() text_vectorizer._lookup_layer._self_tracked_trackables.pop() ``` It's caused by the large list member of: - text_vectorizer._self_tracked_trackables - text_vectorizer._lookup_layer._self_tracked_trackables It's seems it's not necessary to add the huge list to ._self_tracked_tradckables(which is...

You can change 'vsize = [1000, 10000, 100000, 1000000, 25000000]' to 'vsize = [1000, 10000, 100000, 1000000]' It takes too much time to save the huge preprocessor with 2500e4 vocab...