Marcello Fuschi
Marcello Fuschi
I had to change `Tensor._rng` from outside because the ONNX tests use `np.random.seed()` for the expected dropout mask, and using `default_rng(seed)` won't give the same results as when the same...
For now, the only thing I'm sure works is the focal loss. Don't even know if it's enough for a bounty lock, I just wanted to put it out there....
This is how you insert a symbol in Word: https://support.microsoft.com/en-us/office/insert-a-symbol-in-word-2a061ae9-5a6c-4407-b618-8dc3c9fd4f44 This is what happens when you try to paste the content into CKEditor 5 (using the file [Test.docx](https://github.com/ckeditor/ckeditor5/files/10767408/Test.docx)): https://user-images.githubusercontent.com/20324786/219675853-391e5beb-ae75-48ae-9ab2-cf6e3b2b90a2.mp4 ---...
Makes `test_symbolic_var` pass
Useful for generating car docs diff in CI (work in progress [here](https://github.com/commaai/openpilot/pull/33273)).
### Describe the bug Working on an npm project that has `@storybook/nextjs-vite` as dependency, but since it only works with Next 14 or 15 we aren't able to upgrade our...
Working with `DataGrid` I found myself needing to unselect the selected cell (when the user moves focus to an external element)
Working on a project where we need to re-focus a cell after it has lost focus (due to a row being deleted from the grid). Calling `selectCell` with `shouldFocusCell: true`...