dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
8.92k stars 1.86k forks source link

Generative Adversarial Network #6955

Closed tianweimol closed 5 months ago

tianweimol commented 5 months ago

how can i use GAN(Generative Adversarial Network) by ml.net thanks for your answer

michaelgsharp commented 5 months ago

@luisquintanilla thoughts here? @tianweimol can you share more information on your scenario?

ghost commented 5 months ago

This issue has been marked needs-author-action and may be missing some important information.

tianweimol commented 5 months ago

@luisquintanilla thoughts here? @tianweimol can you share more information on your scenario?

saddly,i have give up ,and use python to program.

luisquintanilla commented 5 months ago

@luisquintanilla thoughts here? @tianweimol can you share more information on your scenario?

saddly,i have give up ,and use python to program.

Sorry to hear that. This is not something that we plan on making available in ML.NET at this time but if you wanted to build one with .NET, we encourage you to give TorchSharp a try if you want to build your own from scratch. Otherwise you might be able to leverage pretrained versions with ONNX for example with tasks like Style Transfer.