I\'m trying to add a plugin architecture to my C# app. I\'ve chosen IronScheme as the language, and also because it\'s built on the DLR, which should make it easier to embed.
I use torch.nn.Embedding to embed my model’s categorical input features, however, I face problems when I set the max_norm parameter to not None.