Mercurial > hg > svcore
log transform/FeatureExtractionModelTransformer.cpp @ 1802:c48548a85622
age | author | description |
---|---|---|
Tue, 17 Sep 2019 11:21:33 +0100 | Chris Cannam | More graceful handling of failure to construct FFT models in the case where the source model has already been deleted before this occurs |
Tue, 10 Sep 2019 16:34:47 +0100 | Chris Cannam | Split EditableDenseThreeDimensionalModel into explicitly compressed and uncompressed variants. Simplifies the uncompressed version, and we may want to consider whether we need the compressed one at all. |
Wed, 04 Sep 2019 17:31:02 +0100 | Chris Cannam | Some debug tweaks |
Thu, 18 Jul 2019 14:42:24 +0100 | Chris Cannam | Respect use-flexi-note-model setting |
Wed, 17 Jul 2019 11:19:46 +0100 | Chris Cannam | Conditionally compile debug out by-id |
Mon, 15 Jul 2019 14:12:37 +0100 | Chris Cannam | Deleted-model checks, & debug output by-id |
Fri, 05 Jul 2019 16:55:54 +0100 | Chris Cannam | Don't hold on to borrowed pointer around the loop - so as to be informed when it becomes obsolete by-id |