wiktorkujawa
wiktorkujawa
Path: /examples/Axum-websockets This example doesn't work: It returns: `Connection header did not include 'upgrade'` Also websocketUpgrade is updated and now it's inside extract::ws
After running: `python -m kiui.cli.clip_sim data/test_rgba.png logs/test.obj` ``` in oss file Loading checkpoint shards: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [00:07
Hi, I need some help with translating things written in Python: f.e. I have such a statement: ``` import torch.nn.functional as F result[mask] = result[mask] + F.interpolate(cur_result.permute(3,0,1,2).unsqueeze(0).contiguous(), (H, W, D),...
Hi, how should I translate this expression from Python(torch) to candle: Both count, mask and result are tensors: ``` mask = (count.squeeze(-1) > 0) result[mask] = result[mask] / count[mask].repeat(1, C)...
When I try to make build, I get this error on compiling skia: ``` Compiling skia python3_bin_reldir.txt not found. need to initialize depot_tools by running gclient, update_depot_tools or ensure_bootstrap. make:...