Evgenii Malygin
Evgenii Malygin
I have the same problem. The data is being generated similarly from the same distribution for train/validation like this: ``` trdg --output_dir train -b 2 -na 2 -ft fonts/fe_font.TTF -c...
So I just used similar train code from EasyOCR and it worked on my data. Don't know what is the problem with training here.
Thanks @SR4ven , sorry for the late reply. This feature might be beneficial if we want to fuzz some stateful service. Some initial request types for example might configure this...
I will double check it soon
Возможно, это и не надо делать. Вдруг новая стратегия работает плохо? Вдруг она не протестирована против реальных сильных игроков (даже если появится локал раннер, всё равно доступа к чужим стратегиям...
На всякий случай #52
Было бы неплохо разбить api.h на описание объектов типа пассажира/лифта, которые непосредственно требуются для стратегий, и на всё остальное (API_Elevators вынести вместе с инклудом strategy.h). У меня по этой же...
> So I guess the procedure here would be > > 1. Run `clang-format -i` > 2. Output a diff of all files that have changed by this. Easiest approach...
When we worked on subscriptions, we tried to limit expressions complexity and ensure that it's impossible to build an expression which takes too long to evaluate. This is why we...
@qmarsun22 yes, it's correct