Michael Monashev
Michael Monashev
Если в строке https://github.com/valyala/bytebufferpool/blob/master/pool.go#L113 сделать вывод результатов калибровки, то окажется, что defaultSize и maxSize очень маленькие. У меня было всего 128 байт почему-то. Хотя данные с которыми работает в основном...
Usage example: https://github.com/mailru/easyjson/blob/master/jwriter/writer.go#L114:L117 Basic idea: https://github.com/mailru/easyjson/blob/master/buffer/pool.go#L80:L104
``` /home/xxxx/.local/lib/python3.7/site-packages/adabound/adabound.py:94: UserWarning: This overload of add_ is deprecated: add_(Number alpha, Tensor other) Consider using one of the following signatures instead: add_(Tensor other, *, Number alpha) (Triggered internally at /pytorch/torch/csrc/utils/python_arg_parser.cpp:766.)...
В [A.Rotate](https://albumentations.ai/docs/api_reference/full_reference/#albumentations.augmentations.geometric.rotate.Rotate) и [A.ShiftScaleRotate](https://albumentations.ai/docs/api_reference/full_reference/#albumentations.augmentations.geometric.transforms.ShiftScaleRotate) ОДИН И ТОТ ЖЕ метод поворота bbox-ов задаётся параметрами с РАЗНЫМИ названиями (`method` и `rotate_method`), что вводит путаницу и добавляет неудобство.
``` File "/home/xxxx/.local/lib/python3.7/site-packages/albumentations/augmentations/transforms.py", line 901, in get_params crop_height = random.randint(self.min_max_height[0], self.min_max_height[1]) File "/usr/lib/python3.7/random.py", line 222, in randint return self.randrange(a, b+1) File "/usr/lib/python3.7/random.py", line 186, in randrange raise ValueError("non-integer arg 1...
Code: ``` import hdbscan import numpy as np x = np.array([ [0.36789608, 0.17779213, 0.83797550, 0.77753013], [0.36628222, 0.17353597, 0.83745314, 0.78465497], [0.37088317, 0.17572623, 0.84084779, 0.78386849], [0.36569396, 0.17433393, 0.83739746, 0.78440967], [0.36793751, 0.17673337, 0.84037548,...
https://github.com/idstcv/ZenNAS faster, bigger and more precise versions of GPU-Efficient-Networks ( https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/byobnet.py ).
I am opening many image file and see absolutely useless warning: ``` PNG file does not have exif data. PNG file does not have exif data. PNG file does not...