wiktorkujawa

Results 6 comments of wiktorkujawa

@EricLBuehler What about dimensions, both gather and scatter_add always require dimension value.(gather needs two arguments, and scatter_add needs three arguments). Seems that this Dim argument is not optional.

@EricLBuehler Result and count are something like this: ``` result = torch.zeros(H, W, C, device=values.device, dtype=values.dtype) # [H, W, C] count = torch.zeros(H, W, 1, device=values.device, dtype=values.dtype) # [H, W,...

It can be fixed by moving the PATH export earlier, right after cloning depot_tools and adding the gclient command. This initializes depot_tools and creates the necessary files like python3_bin_reldir.txt ```...

Here's the PR: > https://github.com/nilsve/docker-aseprite-linux/pull/21

You need to install wheel, setuptools, and update pip: python -m pip install --upgrade pip setuptools wheel

You have the answer, actually: "Missing mandatory value: save_path". However, that script was probably broken from the start. As you have a GUI, but you can't do anything with that,...