ifsheldon
ifsheldon
**Problem** **Steps To Reproduce** Hi I'm trying to migrate my portfolio template from 0.6 to 0.7. I followed instructions here https://dioxuslabs.com/learn/0.7/essentials/fullstack/static_site_generation and it worked before in dx 0.6. You mentioned...
## Expected Behavior Give me a correct and helpful error message when the imported GraphML file has some errors. I got a large GraphML file from another tool. It took...
**Describe the bug** When I was trying something like exponentially weighted moving average, I saw the gradients may be incorrect. **To Reproduce** ```py ti.init(arch=ti.cuda) row_num, column_num = 1, 2 data...
Hi! I'm digging into `tch-rs` a bit, and I find this line https://github.com/LaurentMazare/tch-rs/blob/39346539c614a7f0bef9f3678354eefdf06daaf5/src/nn/var_store.rs#L34 It seems to me that `Arc` basically locks all variables inside when the lock is acquired. If...
Hi I'm new to tch-rs. I want to start simple like doing gradient descent on tensors, not network weights. However, I cannot find a way to do it in the...
Hi! I'd like to add an entry about Hack-Portfolio, which is a template for a portfolio website developed with Dioxus. The code is open-sourced under MIT license. I think it...
Hi! I'm trying to migrate my project https://github.com/ifsheldon/hack-portfolio to use dioxus 0.7, but I cannot make the SSG work. My attempt is this commit https://github.com/ifsheldon/hack-portfolio/commit/df524746315e4fb1df324e3d5f7eedb100d6826f . Can you tell me...