8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Oceania2018 can you assign this issue to me. I'll try and take a stab at it.
I was trying to see whether implementing the Keras Transformer recommendation sample is feasible in .NET. However, I believe two of the layers, LayerNormalization and MultiHeadAttention are missing from the current implementation.
The text was updated successfully, but these errors were encountered:
@lqdev In your approach to MultiHeadAttention, perhaps you could share your feedback to this thread of discussion.
Perhaps we may find more people interested on this topics for .NET
Sorry, something went wrong.
missing layerNormalization However, Torchsharp's APIS are complete https://github.com/tensorflow/tensorflow/tree/v2.7.0/tensorflow/python/keras/layers/normalization https://github.com/dotnet/TorchSharp/tree/main/src/TorchSharp/NN/Normalization
lqdev
No branches or pull requests
@Oceania2018 can you assign this issue to me. I'll try and take a stab at it.
I was trying to see whether implementing the Keras Transformer recommendation sample is feasible in .NET. However, I believe two of the layers, LayerNormalization and MultiHeadAttention are missing from the current implementation.
The text was updated successfully, but these errors were encountered: