1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 2 years ago.
Dec 05, 2021 — Dec 05, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add missing Reset() function. More... about 1 year ago
Deprecate constructor used by AdaBoost only. More... about 1 year ago
Allow both arma::uword and size_t to size checks. More... about 1 year ago
Finish perceptron documentation; apply significant cleanups. More... about 1 year ago
Clairfy input dimensions documentation, check valid input dims More... about 1 year ago
Update src/mlpack/methods/ann/layer/c_relu_impl.hpp More... about 1 year ago
Update src/mlpack/methods/ann/layer/multihead_attention.hpp More... about 1 year ago
Update src/mlpack/methods/ann/layer/flexible_relu_impl.hpp More... about 1 year ago
Update src/mlpack/methods/ann/layer/multihead_attention_impl.hpp More... about 1 year ago
Update src/mlpack/methods/ann/layer/multihead_attention_impl.hpp More... about 1 year ago
Update src/mlpack/methods/ann/layer/multihead_attention.hpp More... about 1 year ago
Update activation functions to take input and output values More... about 1 year ago
Oops, remove redundant bullet point. More... about 1 year ago
Oops, remove redundant bullet point. More... about 1 year ago
Handle feedback about documentation. More... about 1 year ago
Handle feedback about documentation. More... about 1 year ago
Fix `numClasses` member in `SoftmaxRegression::Train()` (#3553) More... about 1 year ago
Add LayerNorm and MultiAttentionHead tests More... over 1 year ago
Fix c_relu test and backward method More... over 1 year ago
Fix ftswish to use input instead of output More... over 1 year ago
Unnecessary alias More... over 1 year ago
Optimization of Backward() More... over 1 year ago
Defining Backward in terms of the inputs More... over 1 year ago
Doc updates More... over 1 year ago
(correctly) change Backward to use input instead of output More... over 1 year ago
consolidate constructors with default arg More... over 1 year ago
Remove dependency on input in Backward call More... over 1 year ago
Update multihead_attention_impl.hpp More... over 1 year ago
Remove input sizing (srcSeqLen, embedDim) from constructor. Add doc for attnMask, keyPaddingMask Remove attnMask, keyPaddingMask from constructor. Serialize selfAttention Remove softMaxOutput temp member var. More... over 1 year ago
Clean-up to fix compilation/test. More... over 1 year ago