pushpendre
Results
2
issues of
pushpendre
Consider the following MWE where I created a sparse 10,000 × 1,500 matrix and, I made the first column the label. The entire dataset takes less only a few MB...
API & Doc
enhancement
help wanted
module: tabular
**Describe the bug** The `Sparsemax` layer has the `supports_masking` flag `True` but its `call` method does not actually take in a `mask`. **Code to reproduce the issue** See https://github.com/tensorflow/addons/blob/v0.17.0/tensorflow_addons/layers/sparsemax.py#L36 **Other...