Ahmed Elsayed
Ahmed Elsayed
when I use the Dense layer and start to use kernel_regularizer or bias_regularizer, I found it uses IInitializer not IRegularizer and there are missing functions like regularizers.l1_l2 , regularizers.l1, and...
##### Brief Description continue to previous issue #1640 , now we need to parse the template with variable arguments and wrap it to C# ``` template class DLL_API FloatArrayF {...
### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...
## Type - [x] Bug fix (non-breaking change which fixes an issue): Fixes #5378 ## Motivation and Context ## Checklist: - [ ] I have run `python util/check_style.py --apply` to...
when the data is loaded, the TreeDataGrid is shown as that  and when I scroll vertically, the data is not rendered well.  I think because there is a...
why don't use the ref keyword in the pointer parameter instead? and function like ImGui.ListBox ```C# [DllImport("Mochi.DearImGui.Native", CallingConvention = CallingConvention.Cdecl, EntryPoint = "?ListBox@ImGui@@YA_NPEBDPEAHQEBQEBDHH@Z", ExactSpelling = true)] private static extern byte...
that's my wrapper for TitanEngine in C# https://github.com/AhmedZero/TitanEngine.NET
In version 1.1.0, I can use the static library and NativeAOT. However, in version 2.0.0 and later, it uses reflections, making it incompatible with AOT, and I can’t depend on...
Refactor TorchVision Normalize method like pytorch to support any kind of Tensor Image (.., C, H, W)