Hassam Uddin

Results 6 issues of Hassam Uddin

There are quite a few texts on introductory analysis, but we should start looking at more advanced analysis classes to start filling the curriculum. We should probably look at introducing...

I'm still having this issue as of 5/28/2020. I've narrowed down the issue to here: https://github.com/gohugoio/hugo/blob/6add6d77b48cf0aab8b39d7a2bddedb1aa2a52b8/resources/resource_transformers/postcss/postcss.go#L192 Specifically, Go's `exec.Command` will treat spaces in parameters as different parameters, so they must...

Bug

This isn't a bug, but rather a clarification of the documents. I was trying to use Bloomer and the Helpers were not working, so after some debugging, I realized, only...

Documentation

OkapiLib already features a one-dimensional EKF, so it should be feasible to have a multidimensional EKF. There's an example at https://github.com/OkapiLib/TinyEKF, which creates a Kalman filter and shows an example...

enhancement
help wanted

Using the new `example_train.py` and running it with `torchrun --nproc-per-node 3 example_train.py` results in the example hanging when using CPU devices. I have been able to reproduce this on Windows...

high-pri

I'm using Sequence Trie for a project, and I would like to mutably map over the children of a given node. However, I cannot mutably modify other elements while doing...