dotnet / TorchSharp

A .NET library that provides access to the library that powers PyTorch.
MIT License
1.36k stars 174 forks source link

Implement weight_norm() / remove_weight_norm() #357

Open NiklasGustafsson opened 2 years ago

NiklasGustafsson commented 1 year ago

This won't be easy to do without making modules support the dynamic .NET features.

@dsyme -- you advised against doing that earlier, but I don't know how to clearly accomplish it without adding dymanic support.