SciSharp / Torch.NET

.NET bindings for PyTorch. Machine Learning with C# / F# with Multi-GPU/CPU support
Other
276 stars 40 forks source link

Use torch.optim #6

Open quajak opened 4 years ago

quajak commented 4 years ago

In the example with_optimizer.cs it uses the torch.optim.Adam optimiser https://github.com/SciSharp/Torch.NET/blob/a40a8f722216d2276c4d9827d03f7090b3c5e010/src/Examples/SimpleNeuralNetworkExample/with_optimizer.cs#L53 I currently cant find the namespace + class in the code base. Am I missing it or has it not been implemented/released yet?

henon commented 4 years ago

it has not been implemented yet