C# implemented Deep Learning Example?

Hi

I want to implement deep learning algorithm with C# language.
But it’s not easy to port C# libraries and deep learning codes on TX2.

If there are examples and porting guide for deep learning implemented with C# that can be run on TX2?

Thanks in advance.

Hi,

C# may not work on ARM platform.
You can check this topic for more information:
[url]Can i compile for ARM?

Most applications require an x86-based environment.

Thanks.