Pavel Potoček

Results 45 comments of Pavel Potoček

For VGG it doesn't matter, but for my network, this change was necessary to get meaningful results. It is indeed the correct approach.

Taking your PR #8 into account, there is no reason I can see for not doing this - `NpyRecord` and `Serializable` are identical after merging `DType` with `RecordDType`. Can't believe...

Ah, my bad. It seemed easy enough to implement so I just did it (commit 87eefdee). Added some tests, hopefully it's all right. Unfortunately, arrays of nested Records do not...

I found a way to easily implement the distinct-line heuristic. It doesn't modify the Myers algorithm at all, and rather builds on top of it. The algorithm works in three...

I don't have a specific question right now. I figured that understanding `concur-core` well enough to fix this issue may take me a long time, while it may be a...

I actually [forked this project](https://github.com/potocpav/pyimgui) to get the latest Docking branch. It would be great to have it here, so I don't have to maintain the fork. The ImGui upgrade...

I updated _nearly all_ the tasks that are on rosettacode to Rust 1.3.0-stable. I think I missed just two: http://rosettacode.org/wiki/Hello_world/Web_server and rosettacode.org/wiki/Scripted_main. I did not know about this repo, so...

I wanted to update this repo too, but I found that the solutions here are out of sync with rosettacode.org really bad. Like, they tend to be completely different. Is...

On x86_64 archlinux, I got 226MB for release, 544MB debug. Trying to investigate.

Using https://github.com/google/bloaty on linux: ``` VM SIZE FILE SIZE -------------- -------------- 0.0% 0 .debug_info 93.5Mi 41.4% 0.0% 0 .debug_loc 37.7Mi 16.7% 56.3% 30.7Mi .text 30.7Mi 13.6% 0.0% 0 .debug_str 12.7Mi...