Illia Strelnykov

Results 3 issues of Illia Strelnykov

I am running a detection example with ssd_inception_v2 and I have changed the `max_batch_size` to 24, but when I try to actually compute a batch of any size other than...

I'm trying to train the net using a Tesla K80 and the performance is pretty sad. I get around 8 seconds per iteration. I've seen the same issue in the...

Given a text in Ukrainian, two methods provide two completely different results. ```python detector = LanguageDetectorBuilder.from_all_languages().build() string = "Що найбільше подобається читачам у жанрі \"Фентезі\"?" print(detector.compute_language_confidence_values(string)) >>> [ConfidenceValue(language=Language.KAZAKH, value=1), ConfidenceValue(language=Language.AFRIKAANS,...