{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":463844367,"defaultBranch":"main","name":"RTNeural","ownerLogin":"D-J-Roberts","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-02-26T12:18:34.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/18370806?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1645877920.863317","currentOid":""},"activityList":{"items":[{"before":"8c1847d1473bd3ef5e7db52edb23a30b3da7441a","after":"f9c2c646c6bf5a9a74cf0fd0e062e1351dde6208","ref":"refs/heads/main","pushedAt":"2024-07-10T04:19:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Fixing undefined behaviour in examples (#142)\n\n* Fixing undefined behaviour in examples\r\n\r\n* Apply clang-format\r\n\r\n---------\r\n\r\nCo-authored-by: github-actions[bot] ","shortMessageHtmlLink":"Fixing undefined behaviour in examples (jatinchowdhury18#142)"}},{"before":"680f6209fc860d6efde159d7346542a72ccb1ab1","after":"8c1847d1473bd3ef5e7db52edb23a30b3da7441a","ref":"refs/heads/main","pushedAt":"2024-07-02T04:34:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Feature/alignment 8 (#141)\n\n* Set RTNEURAL_DEFAULT_ALIGNMENT=8 on armv7\r\n\r\n* Add Eigen::Aligned8 to RTNeuralEigenAlignment options","shortMessageHtmlLink":"Feature/alignment 8 (jatinchowdhury18#141)"}},{"before":"8623524a4daedb43d4950e0c77c9fe1d5f49506e","after":"680f6209fc860d6efde159d7346542a72ccb1ab1","ref":"refs/heads/main","pushedAt":"2024-06-01T19:47:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Attempting to fix default namespace definition (#138)","shortMessageHtmlLink":"Attempting to fix default namespace definition (jatinchowdhury18#138)"}},{"before":"a8ae9c5af21cba309d06bce71a2008a9a13ab65b","after":"8623524a4daedb43d4950e0c77c9fe1d5f49506e","ref":"refs/heads/main","pushedAt":"2024-05-05T06:40:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Update README.md [ci skip]","shortMessageHtmlLink":"Update README.md [ci skip]"}},{"before":"0b0e5d0b2bd635730e242da2ca511adf8500127d","after":"a8ae9c5af21cba309d06bce71a2008a9a13ab65b","ref":"refs/heads/main","pushedAt":"2024-04-02T05:18:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Update model_utils.py (#134)\n\nI ran into an issue where save_layer in model_utils.py is giving me an error that: AttributeError: 'Dense' object has no attribute 'output_shape'\r\n\r\nI found that layer.output.shape works, but isn't always a tuple, which runs afoul of the JSON encoder. So I added check for that too.\r\n\r\nI modified the code and it seems to work on Macos, Linux, Windows. I've included my debugging print statements so you can see what I was looking at.","shortMessageHtmlLink":"Update model_utils.py (jatinchowdhury18#134)"}},{"before":"e14dc6edfec24f0718bd86771dbb99368c968052","after":"0b0e5d0b2bd635730e242da2ca511adf8500127d","ref":"refs/heads/main","pushedAt":"2024-02-24T16:19:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Using std::integral_constant for model_detail::forEachInTuple (#129)\n\n* Using std::integral_constant for model_detail::forEachInTuple\r\n\r\n* Apply clang-format\r\n\r\n---------\r\n\r\nCo-authored-by: github-actions[bot] ","shortMessageHtmlLink":"Using std::integral_constant for model_detail::forEachInTuple (jatinc…"}},{"before":"0485da997cf78041b8dba9b698fff8a505715a0d","after":"e14dc6edfec24f0718bd86771dbb99368c968052","ref":"refs/heads/main","pushedAt":"2024-01-09T05:36:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Update Discord link in README [ci skip]","shortMessageHtmlLink":"Update Discord link in README [ci skip]"}},{"before":"04cb333bc4b174760958a77c7ce076eae38fe8e4","after":"0485da997cf78041b8dba9b698fff8a505715a0d","ref":"refs/heads/main","pushedAt":"2023-12-02T19:17:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Introduce RealtimeSanitizer (RADSan) real-time safety checking (#121)\n\n* Introduce configurable RADSan checks\r\n\r\n* Fix test fail output and comment RADSan config\r\n\r\n* Re-enable workflow restrictions\r\n\r\n* Add RADSan status badge to README\r\n\r\n* Add realtime attribute to Layer methods\r\n\r\n---------\r\n\r\nCo-authored-by: jatinchowdhury18 ","shortMessageHtmlLink":"Introduce RealtimeSanitizer (RADSan) real-time safety checking (jatin…"}},{"before":"1e7b570348c01cd5e05c60082fc92d55d70186c2","after":"04cb333bc4b174760958a77c7ce076eae38fe8e4","ref":"refs/heads/main","pushedAt":"2023-12-01T17:34:29.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"More tweaks in benchmark code","shortMessageHtmlLink":"More tweaks in benchmark code"}},{"before":"37fde44497f256e7b0836fa66b26efb575eee532","after":"1e7b570348c01cd5e05c60082fc92d55d70186c2","ref":"refs/heads/main","pushedAt":"2023-11-24T05:29:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"support multiple architectures (e.g. SSE, AVX) in the same executable… (#118)\n\n* support multiple architectures (e.g. SSE, AVX) in the same executable via a macro\r\n\r\n* fix CI tests\r\n\r\n* fix makefile\r\n\r\n* define RTNEURAL_NAMESPACE (if not already) as a safety net\r\n\r\n* RTNEURAL_NAMESPACE is configurable in cmake","shortMessageHtmlLink":"support multiple architectures (e.g. SSE, AVX) in the same executable… ("}},{"before":"b8dc376f7053ba1c99a005af1287e59f503f110d","after":"37fde44497f256e7b0836fa66b26efb575eee532","ref":"refs/heads/main","pushedAt":"2023-11-19T00:22:35.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Set up maths provider pattern for Eigen layers (#117)\n\n* Set up maths provider pattern for Eigen layers\r\n\r\n* Add missing includes\r\n\r\n* Apply clang-format\r\n\r\n---------\r\n\r\nCo-authored-by: github-actions[bot] ","shortMessageHtmlLink":"Set up maths provider pattern for Eigen layers (jatinchowdhury18#117)"}},{"before":"0d0adf9992d526e10c0a7a687794f2d556a7aae9","after":"b8dc376f7053ba1c99a005af1287e59f503f110d","ref":"refs/heads/main","pushedAt":"2023-09-01T19:44:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Configure tests with CTest (#112)\n\n* Configure tests with CTest\r\n\r\n* Trying to fix CTesr running in CI\r\n\r\n* Trying to fix Coverage CI","shortMessageHtmlLink":"Configure tests with CTest (jatinchowdhury18#112)"}},{"before":"1e965d2ac4076ab36ad94de5260527012dbe36d5","after":"0d0adf9992d526e10c0a7a687794f2d556a7aae9","ref":"refs/heads/main","pushedAt":"2023-08-22T04:28:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Update README.md [ci skip]","shortMessageHtmlLink":"Update README.md [ci skip]"}},{"before":"e8021216429fac26239f41c72dd2635eb1d6e5a2","after":"1e965d2ac4076ab36ad94de5260527012dbe36d5","ref":"refs/heads/main","pushedAt":"2023-08-18T04:28:46.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Update README [ci skip]","shortMessageHtmlLink":"Update README [ci skip]"}},{"before":"10972f8109eaf72b836440299634b0982dfe07f2","after":"e8021216429fac26239f41c72dd2635eb1d6e5a2","ref":"refs/heads/main","pushedAt":"2023-08-17T04:28:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Eigen backend optimization for Dense, GRU and LSTM layers (#108)\n\n* Make Dense Eigen faster\r\n\r\nMake the Eigen implementation around 30-40% faster by fusing matrix operation.\r\n\r\n* GRU Eigen templated implementation\r\n\r\nAdded the templated implementation for the GRU layer.\r\nCurrently, on an Apple MBA 2022, 10s 16in 16out, Release config:\r\n- dynamic implementation is ~67x faster than realtime\r\n- templated implementation is ~69x faster than realtime\r\n\r\n* Fix GRU and make LSTM faster\r\n\r\n* Add explanatory comments\r\n\r\n* Remove auto templated parameters\r\n\r\n* Fix comment format\r\n\r\n* Remove unused type alias\r\n\r\n* Fix GRU and LSTM implementations for sample rate correction modes\r\n\r\nGRU:\r\nThe issue was that for the case where SampleRateCorrectionMode was not None,\r\nthe values for h(t-1) in extendedHt1 weren't actually the ones in the `outs`\r\nvector as set by `processDelay`.\r\n\r\nLSTM:\r\nSimilar issue. When SampleRateCorrectionMode was not None, the h(t-1)\r\nin subsequent `forward` calls did not contain the same values as the\r\n`outs` vector as set by `processDelay`.\r\n\r\nThe `cVec` did not have the same issue because after setting the values of\r\n`ct_delayed[delayWriteIdx]` in `computeOutputsInternal`, `processDelay` puts\r\nthe right value in `cVec`.\r\n\r\n* One more try for the Dense layer\r\n\r\nApparently, the += operator for NoAlias is about as fast as the just the = operator.\r\n\r\nSo I figured I'd give it a shot. On M2 it's yet a little faster.\r\nI'll try it on Windows in a minute.\r\n\r\n* Revert \"One more try for the Dense layer\"\r\n\r\nThis reverts commit 29bd1daa33fc5a6dce5b2f4f88db0abe75f1654c.","shortMessageHtmlLink":"Eigen backend optimization for Dense, GRU and LSTM layers (jatinchowd…"}},{"before":"fce3f7012ab825211a5e70cc35da5e9ff6b71a7e","after":"10972f8109eaf72b836440299634b0982dfe07f2","ref":"refs/heads/main","pushedAt":"2023-08-08T05:08:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Tweaks and example case for a model using stateless Conv1D layers (#109)\n\n* Add example for using Conv1D stateless layers directly (working with Eigen, not quite with STL)\r\n\r\n* Update lstm_xsimd.tpp (#107)\r\n\r\n* Fixing STL example\r\n\r\n* Apply clang-format\r\n\r\n---------\r\n\r\nCo-authored-by: dijitol77 \r\nCo-authored-by: github-actions[bot] ","shortMessageHtmlLink":"Tweaks and example case for a model using stateless Conv1D layers (ja…"}},{"before":"113f6e2b61c04e534db722d55bc61b5064d6fdf1","after":"fce3f7012ab825211a5e70cc35da5e9ff6b71a7e","ref":"refs/heads/main","pushedAt":"2023-08-02T13:56:09.488Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Fix log + Use const ints to define model shapes (#106)\n\n* Fix log + Use const ints to define model shapes\r\n\r\n1. Fix console log of torch_gru.cpp example:\r\n\"Running \\\"torch conv1d\\\" example...\" ->\r\n \"Running \\\"torch gru\\\" example...\"\r\n\r\n2. I think that it would be easier for an inexperienced person\r\nto understand ModelType definition if the shapes were named\r\nconst integers rather than literals. So I made this change:\r\n\r\nconst int gru_input_size = 1;\r\nconst int gru_hidden_size = 8;\r\nconst int n_output_neurons = 1;\r\n\r\nusing ModelType = RTNeural::ModelT,\r\n RTNeural::DenseT>;\r\n\r\n* Update examples/torch/torch_gru/torch_gru.cpp\r\n\r\nCo-authored-by: jatinchowdhury18 \r\n\r\n---------\r\n\r\nCo-authored-by: jatinchowdhury18 ","shortMessageHtmlLink":"Fix log + Use const ints to define model shapes (jatinchowdhury18#106)"}},{"before":"113f6e2b61c04e534db722d55bc61b5064d6fdf1","after":"fce3f7012ab825211a5e70cc35da5e9ff6b71a7e","ref":"refs/heads/main","pushedAt":"2023-08-02T13:56:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Fix log + Use const ints to define model shapes (#106)\n\n* Fix log + Use const ints to define model shapes\r\n\r\n1. Fix console log of torch_gru.cpp example:\r\n\"Running \\\"torch conv1d\\\" example...\" ->\r\n \"Running \\\"torch gru\\\" example...\"\r\n\r\n2. I think that it would be easier for an inexperienced person\r\nto understand ModelType definition if the shapes were named\r\nconst integers rather than literals. So I made this change:\r\n\r\nconst int gru_input_size = 1;\r\nconst int gru_hidden_size = 8;\r\nconst int n_output_neurons = 1;\r\n\r\nusing ModelType = RTNeural::ModelT,\r\n RTNeural::DenseT>;\r\n\r\n* Update examples/torch/torch_gru/torch_gru.cpp\r\n\r\nCo-authored-by: jatinchowdhury18 \r\n\r\n---------\r\n\r\nCo-authored-by: jatinchowdhury18 ","shortMessageHtmlLink":"Fix log + Use const ints to define model shapes (jatinchowdhury18#106)"}},{"before":"4a540403e115bae18d29142a5f54e7c3598b6e51","after":"113f6e2b61c04e534db722d55bc61b5064d6fdf1","ref":"refs/heads/main","pushedAt":"2023-06-16T04:29:26.122Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Updating Eigen (#104)","shortMessageHtmlLink":"Updating Eigen (jatinchowdhury18#104)"}},{"before":"4a540403e115bae18d29142a5f54e7c3598b6e51","after":"113f6e2b61c04e534db722d55bc61b5064d6fdf1","ref":"refs/heads/main","pushedAt":"2023-06-16T04:29:26.070Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Updating Eigen (#104)","shortMessageHtmlLink":"Updating Eigen (jatinchowdhury18#104)"}},{"before":"2978f641e4129501ee56c8294a9fa46bce770b43","after":"4a540403e115bae18d29142a5f54e7c3598b6e51","ref":"refs/heads/main","pushedAt":"2023-05-26T04:10:12.092Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Update README.md [ci skip]","shortMessageHtmlLink":"Update README.md [ci skip]"}},{"before":"474dcc1b78109bc2c24ef8ea11702826eba4c726","after":"2978f641e4129501ee56c8294a9fa46bce770b43","ref":"refs/heads/main","pushedAt":"2023-05-02T05:16:01.085Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Fixes and optimizations for XSIMD Conv1D implementation (#101)\n\n* Fixes and optimizations for XSIMD Conv1D implementation\r\n\r\n* Apply clang-format\r\n\r\n---------\r\n\r\nCo-authored-by: github-actions[bot] ","shortMessageHtmlLink":"Fixes and optimizations for XSIMD Conv1D implementation (jatinchowdhu…"}},{"before":"de299bf1f71e0c40587d04e00b5982f9087e71d6","after":"474dcc1b78109bc2c24ef8ea11702826eba4c726","ref":"refs/heads/main","pushedAt":"2023-04-28T15:17:53.189Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Fix typo in README [ci skip]","shortMessageHtmlLink":"Fix typo in README [ci skip]"}},{"before":"f88b3913737b9388186da97b9009bdbf76b6ef59","after":"de299bf1f71e0c40587d04e00b5982f9087e71d6","ref":"refs/heads/main","pushedAt":"2023-04-27T04:46:43.541Z","pushType":"push","commitsCount":2,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"AIDA-X now does AU as well (#100)","shortMessageHtmlLink":"AIDA-X now does AU as well (jatinchowdhury18#100)"}},{"before":"f2c1c5eb45ee8cc0979665d4823edb10767d2ce7","after":"f88b3913737b9388186da97b9009bdbf76b6ef59","ref":"refs/heads/main","pushedAt":"2023-04-20T04:25:05.252Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Update \"Powered by RTNeural\" [ci skip]","shortMessageHtmlLink":"Update \"Powered by RTNeural\" [ci skip]"}},{"before":"ae39fe96f9fd5d2f0f8776425aafb81f5a6595c9","after":"f2c1c5eb45ee8cc0979665d4823edb10767d2ce7","ref":"refs/heads/main","pushedAt":"2023-04-07T06:16:46.914Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Add AIDA-X to \"Powered by RTNeural\" project list (#98)\n\n* Add AIDA-X to \"Powered by RTNeural\" project list\r\n\r\nThis is the desktop variant of the aidadsp-lv2 plugin, reusing the same concepts and GUI.\r\n\r\n* Fix typo\r\n\r\n* Remove duplicate wording","shortMessageHtmlLink":"Add AIDA-X to \"Powered by RTNeural\" project list (jatinchowdhury18#98)"}},{"before":"c5ba9c8bf8511b10e372bde9adf6de3efd46a19b","after":"ae39fe96f9fd5d2f0f8776425aafb81f5a6595c9","ref":"refs/heads/main","pushedAt":"2023-04-06T04:52:52.389Z","pushType":"push","commitsCount":2,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Allow Torch layers to be loaded without bias (#97)\n\n* Allow Torch layers to be loaded without bias\r\n\r\n* Apply clang-format\r\n\r\n---------\r\n\r\nCo-authored-by: github-actions[bot] ","shortMessageHtmlLink":"Allow Torch layers to be loaded without bias (jatinchowdhury18#97)"}},{"before":"96119dab279c0108c7c058c0ed23cd41c259457c","after":"c5ba9c8bf8511b10e372bde9adf6de3efd46a19b","ref":"refs/heads/main","pushedAt":"2023-04-04T04:41:09.324Z","pushType":"push","commitsCount":2,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Add helpers for loading layer weights exported from PyTorch (#96)\n\n* Loading layer weights from PyTorch working for Conv1D, GRU, and Dense layers\r\n\r\n* Add tests for torch model loading\r\n\r\n* Add loader and test for LSTM layers\r\n\r\n* Update README\r\n\r\n* Apply clang-format\r\n\r\n* Fix const-correctness\r\n\r\n---------\r\n\r\nCo-authored-by: github-actions[bot] ","shortMessageHtmlLink":"Add helpers for loading layer weights exported from PyTorch (jatincho…"}},{"before":"4ecb2347d7d7a9a1e5c782bb05d238b6b4532ae6","after":"96119dab279c0108c7c058c0ed23cd41c259457c","ref":"refs/heads/main","pushedAt":"2023-04-01T06:30:10.563Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Fix unused argument warning","shortMessageHtmlLink":"Fix unused argument warning"}},{"before":"0169432522392ed2c747511a3b65c603700189af","after":"4ecb2347d7d7a9a1e5c782bb05d238b6b4532ae6","ref":"refs/heads/main","pushedAt":"2023-03-31T14:16:52.980Z","pushType":"push","commitsCount":1,"pusher":{"login":"D-J-Roberts","name":"Darrell Roberts","path":"/D-J-Roberts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18370806?s=80&v=4"},"commit":{"message":"Update XSIMD submodule (#94)","shortMessageHtmlLink":"Update XSIMD submodule (jatinchowdhury18#94)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEe1CcVgA","startCursor":null,"endCursor":null}},"title":"Activity · D-J-Roberts/RTNeural"}