SunDoge

Results 15 issues of SunDoge

I'm a pytorch and mxnet user and `Flux` looks promising to me. I have 8 GPUs on the server and I want to train my model faster. Unfortunately, I see...

I test the [tests/benchmark/bench_decord.py](https://github.com/dmlc/decord/blob/master/tests/benchmark/bench_decord.py) on TITAN Xp. The gpu version get stuck at the third benchmark and is much slower than the cpu version. Is this expected? ```bash python tests/bench_decord.py...

Hi, thanks for your excellent work! I'm trying to reproduce BYOL using albumentations transforms. However, I noticed that in [https://github.com/yaox12/BYOL-PyTorch/blob/master/data/byol_transform_a.py#L43](https://github.com/yaox12/BYOL-PyTorch/blob/master/data/byol_transform_a.py#L43) you set the `sigma_limit` to `(0.1, 0.2)`, instead of `(0.1,...

I notice that you set the `opt_level='O0'`, which is FP32 training instead of mixed-precision training. What would happen if using `opt_level=O1` or higher `opt_level`?

Thank you for implementing the GloRe method! I'm also really interested in the MNIST examples, can you show me the code on how to draw them?

This PR adds `set_minimized` to enable the possibility to un-minimize window with program. ![Peek 2022-12-27 21-26](https://user-images.githubusercontent.com/16167062/209674139-29dae3b4-3314-4bdc-a020-c6b288684fc0.gif) Even though `set_maximized` is buggy #2292, I hope this PR can be merged first...

TODO ``` DOM STRUCT ======= serde_json ======= parse|stringify ===== parse|stringify ==== data/canada.json 400 MB/s 460 MB/s 500 MB/s 390 MB/s data/citm_catalog.json 540 MB/s 790 MB/s 1000 MB/s 1070 MB/s data/twitter.json...

[DLPack](https://github.com/dmlc/dlpack) is an open in-memory tensor structure for sharing tensors among frameworks. DLPack enables - Easier sharing of operators between deep learning frameworks. - Easier wrapping of vendor level operator...

For example the `thickness` in `opencv` and `linewidth` in `matplotlib`.