michael8090
michael8090
It fixes the path escape issue on Windows. And by using a fixed version number for wasmprinter, it fixes the CI failure that has been there for some days.
### Describe the Bug The CI is broken on master branch, caused by some format mismatch in `round_trip` tests. You can see the errors here: https://github.com/rustwasm/walrus/runs/7362687785?check_suite_focus=true ``` failures: ---- tests_round_trip_anyref2_wat...
could you add some description about the purpose of the experiment and how you did it?
code: https://github.com/michael8090/test-candle-metal/tree/tch-rs-grads At line 123: ```rust // ISSUE HERE: use the line below with metal to see zero gradients... let mut pred_loss = Tensor::zeros(&[1], (Kind::Float, device)); // With the line...
Frist thanks for the wonderful project. I learn a lot by reading the code. https://github.com/karpathy/nanoGPT/blob/325be85d9be8c81b436728a420e85796c57dba7e/model.py#L166 I see the biasis are inited to zeros, but it should have no effect (bacuase...
To do a depth test, we need to : 1. encode the depth and color into a 64 int 2. use atomicMax to compare and write the encoded value to...