fingoldo
fingoldo
not only extreme AVX2 and SSE, but also AVX builds - is this possible to add to your pipelines? specifically, tensorflow-windows-wheel/1.12.0/py36/GPU/cuda100cudnn73avx
Problem: It would be very nice to have ability to stop the training from the UI (which appears when plot=True). Sometimes it's not feasible to continue training, as performance is...
Problem: ``` _catboost.pyx in _catboost._set_features_order_data_pd_data_frame() _catboost.pyx in _catboost.get_cat_factor_bytes_representation() CatBoostError: Invalid type for cat_feature[non-default value idx=1,feature_idx=336]=2.0 : cat_features must be integer or string, real number values and NaN values should be...
Problem: New Pandas versions use pandas.NA instead of np.nan to denote missing values. Currently catboost fails on such features: ``` TypeError Traceback (most recent call last) _catboost.pyx in _catboost._FloatOrNan() TypeError:...
Thanks for this wonderful lib! Can you add some functionality to detect accidentally merged words, for example, when a whitespace (separating words apart) was omitted? ```python from autocorrect import Speller...
Thank you very much for this awesome package! Is there any recommended way to speed up detection and recognition process for a large number of images? Right now it's taking...
Dear maintainers, would you please consider adding into TargetEncoder module ability to compute target means by category in out-of-fold fashion using custom folds generator? That way, at a fitting stage...
### Описание Тот же пример закачки свечей, но за более длительный период. ```python from tinkoff.invest import CandleInterval, Client from tinkoff.invest.caching.cache_settings import MarketDataCacheSettings from tinkoff.invest.services import MarketDataCache from tinkoff.invest.utils import now...
### Что случилось? Пробую скачать котировки, как в примере download_all_candles.py Падает в Python 3.8.8/Win с ошибкой неподдерживаемого форматирования на строчках с .strftime("%s"). Например, модуль instrument_market_data_storage.py, строка 51: `filepath.name + f'-{start.strftime("%s")}-{end.strftime("%s")}'`...
Hi Jan, thank you so much for your work! I'm new to OCR, but trying to use keras-ocr to solve a particular plastic cards text recognition problem. keras-ocr is using...