Michael Cioffi
Michael Cioffi
@williaster ditto! The basic physics to kick off the velocity calculations on `dragmove` should not be much, to feed into the `dragend` when inertia kicks in, but these two areas...
Attaching a screencast for a work-in-progress PR, to demonstrate some of those discussion points. For (1) this does use `d3-timer`, which seems to handle concurrent repaints very well, for (2)...
Jupyter notebook support would open up a huge community in Zed, I would certainly be part of the bandwagon if Zed introduced it
@mikayla-maki @JosephTLyons, reading the "room temperature gauge" of the data science community, the interest is pretty strong in Zed, generally speaking, re: (https://github.com/zed-industries/extensions/issues/157) , (https://github.com/zed-industries/extensions/issues/136), & (https://github.com/zed-industries/extensions/issues/145) ... doing a...
That's great to hear. I believe folks might side with (2), though thats just myself speaking to thin air. The training side would ensure robustness. The parser engine has helped...
@strangetom the tokenization above looks great. I wonder if one corner case is when the traditional token noun becomes the adjective. To illustrate: - pepper > pepper flakes - garlic...
Thanks @strangetom. Given that [FDC's Foundation Foods](https://fdc.nal.usda.gov/download-datasets.html) is being folded in, do see any benefit in piping through the `foodCategory` field in their datasets into the `ParsedIngredient` class? It's auxiliary...
Make sense. Here — [ingredients.tar.gz](https://github.com/user-attachments/files/17062209/ingredients.tar.gz) — are large portions of ingredients pulled from [tastecooking.com](https://www.tastecooking.com), [tastingtable.com](https://www.tastingtable.com), [saveur.com](https://www.saveur.com), [food52.com](https://www.food52.com), and [bonappetit.com](https://www.bonappetit.com), this month Sept '24, each in their own plain txt files....
Its getting somewhere, I need to hook up the edit labels portion to allow for bulk edits, and things like that, plus get the **Train Model** working since that uses...
Duplicate of [deform_conv2d for mps #7490 ](https://github.com/pytorch/vision/issues/7490)