Force DenseWithSparseWeights to have at least one entry per row #7999
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
Description of Problem:
Whenever DenseWithSparseWeights has completely zero weight rows (which can happen if sparsity is high), it effectively reduces the layer size, which is pointless. So we should prevent this from happening.
Overview of the Solution:
Examples (if relevant):
Blockers (if relevant):
Definition of Done:
The text was updated successfully, but these errors were encountered: