GeorgeS2019

Results 578 comments of GeorgeS2019

@wasabii Have you considered updating[ IKVM wiki?](https://en.wikipedia.org/wiki/IKVM.NET) .NET6 is disruptive after ~9 years

Incredible!

@you-win Would you be interested [Text to Speech LipSync](https://github.com/kaiidams/voice100/pull/40)?

R4.0.3 and R4.0.4 fail, **R4.0.2** is OK for Windows `GetFunction()(); //crash here ` [Reported previously](https://stackoverflow.com/questions/65486064/r-net-works-with-x86-but-not-x64) Possible relevant [discussion](https://stackoverflow.com/questions/23619601/cant-get-rengine-instance-from-r-net)

@zhongkaifu .NET ML communities are converging just like the path to .NET6. Through TorchSharp, [a strategy to "Convert" trained network of pyTorch to TorchSharp .NET friendly model data](https://github.com/xamarin/TorchSharp/blob/master/src/Python/exportsd.py) has been...

For non complex transformer model, my instinct is that the ONNX import could be straight forwards. I am still learning. At this point, it is unclear the complexity of transformer...

Although you are sharing these diagrams: e.g. ![image](https://raw.githubusercontent.com/zhongkaifu/Seq2SeqSharp/master/SeqClassificationModel.jpeg) It is time using **standards** to help others understand what you have accomplished.

@zhongkaifu Microsoft start to support the reusability of post inference API in the form of [contributed operators](https://github.com/microsoft/onnxruntime/blob/master/docs/ContribOperators.md) Among .NET projects, many of these operator functions have been implemented however in...

@zhongkaifu It adhere as close as possible to the [JavaScript library version](https://github.com/dagrejs/dagre/wiki) if there is anything you need, please feedback directly [here](https://github.com/fel88/Dagre.NET/issues/2). # Csharp versoin ```cs DagreInputGraph dg = new...

@zhongkaifu @fel88 Is there a graph sub patterns or regex that can be used to search the complete e.g [BERT.ONNX graph ](https://github.com/fel88/Dagre.NET/issues/2#issuecomment-930173945)to create groups or nested graphs to create boundaries...