Closed DiogenesAnalytics closed 10 months ago
Currently the Min2DAE model is presented as accepting "2D input" ... but it is actually capable of accepting "ND input".
Min2DAE
Rename the class: Min2DAE -> MinNDAE.
MinNDAE
Implemented with: 9d6a43e8fe11e8f820b9e8979db145941eac0aac
Problem
Currently the
Min2DAE
model is presented as accepting "2D input" ... but it is actually capable of accepting "ND input".Solution
Rename the class:
Min2DAE
->MinNDAE
.