Yotam Gingold
Yotam Gingold
Is it possible to dynamically change menu items, or even just the text labels?
checked?
What's up with setting "checked: true"? It doesn't seem to have any effect, yet it appears on the docs page: http://af.id.au/contextmenu/
The text around the correct cos(š) distribution is confusing. Sections 8.6 "An Alternative Diffuse Formulation" and 8.5 "True Lambertian Reflection" both seem to me to be correcting Section 8.1 "A...
Book 1 Antialiasing states that the purpose of antialiasing is to eliminate jagged edges. If this were the only motivation, I would skip the code complexity and render a larger...
On my mac laptop (no CUDA), I installed all the dependencies and downloaded all the pre-trained models. git clone https://github.com/arnabgho/iSketchNFill cd iSketchNFill pip3 install -r requirements.txt bash scripts/download_pretrained_scribble_dataset.sh I then...
Summation over sparse matrix indices is very slow in Python. The generated code calls `.tocsr()` in the inner loop. It should call this function once. (A properly sparse version would...
Taking the power of a sparse matrix doesn't work. It calls a `numpy.linalg.matrix_power()`, which only works for dense matrices. For sparse matrices you can use `A**n`, where `n` is an...
I would like to be able to write a minimization expression over multiple variables simultaneously. I propose commas to separate minimization variables. For example, I would like the following to...
I want to create a block matrix and pass an input to add to it. How can I get around the dimension mismatch compiler error? ``` given w ā ā^(pĆk)...
The following code generates a compiler error: `Exception: 'int' object has no attribute 'parse_info'` ``` given P ā ā^(3Ćp): The existing palette in a 3D color space. Change the 3...