Sergey Smetanin
Results
2
comments of
Sergey Smetanin
This bug seems to be a result of RatingBar extending ProgressBar. It can be fixed by setting your ``stepSize`` to ``0.01`` and implementing custom ``RatingBar.OnRatingBarChangeListener``. ``` ratingBar.setOnRatingBarChangeListener(new RatingBar.OnRatingBarChangeListener() { @Override...
Hi @Gorodecki, you can use the following code to run USE models. ``` import tensorflow as tf import tensorflow_hub as hub import numpy as np import tf_sentencepiece import pandas as...