Donghyeon Kim
Donghyeon Kim
https://github.com/kamalkraj/ALBERT-TF2.0/blob/8d0cc211361e81a648bf846d8ec84225273db0e4/run_pretraining.py#L174
n_train/20, n_val/20, and n_test/20 cause errors in python3. I modified n_train/20 -> n_train//20 n_val/20 -> n_val//20 n_test/20 -> n_test//20 and it works
**Is your feature request related to a problem? Please describe.** To find the total number of points matching a sparse vector without any filters, multiple calls to query_points() are currently...