RemFx / remfx /models.py

Commit History

Fix classifier for non-panns models
32701af

mattricesound commited on

Update to latest classifier inference
568c3f1

mattricesound commited on

Restore classifier, move shell scripts to scripts
d8f7979

mattricesound commited on

More cleanup, edit configs
634cc2a

mattricesound commited on

Add new scripts/configs for eval and easy usage. Rename configs.
a559a3b

mattricesound commited on

Merge branch 'main' into classifier-inference
4cb9c24

mattricesound commited on

Fix remfx all effects selection
7902946

mattricesound commited on

Add shuffling effect order, all effects present for chain_inference to cfg
133e1dc

mattricesound commited on

Update datagen silence threshold to 1e-4
7fc4de1

mattricesound commited on

moving to multi-way binary classification task
29f23c3

Christian J. Steinmetz commited on

Merge branch 'cjs--classifier-v2' of https://github.com/mhrice/RemFx into classifier-inference
b8427f9

mattricesound commited on

WIP: datapoint writing
be8f3b0

mattricesound commited on

updates to score logging fx classifier
4d2eb76

Christian J. Steinmetz commited on

adding mixup augmentation and fixing ordering of labels
1b6bb59

Christian J. Steinmetz commited on

Add classifier into inference. Comment-out hearbaseline for now
eae60a9

mattricesound commited on

changing linear layers to MLP
c756b1d

Christian J. Steinmetz commited on

Add resume from checkpoint for training
e8eaf47

mattricesound commited on

Fix loss issue in chain_inference
943f213

mattricesound commited on

Fix causal cropping for input metrics
aecaaea

mattricesound commited on

Fix custom inferencing issues
fb9ce8b

mattricesound commited on

Add custom-inference dataset
6da1b0d

mattricesound commited on

Fix metric logging with order
c1cb017

mattricesound commited on

Add custom effect ordering during chain inference
a040dee

mattricesound commited on

Fix circular import issue
9eba2f5

mattricesound commited on

Added intermediate logging of chain_inference
80a1624

mattricesound commited on

Add effects chain inference code
652f240

mattricesound commited on

Fix bug in trying to import removed models
ea00224

mattricesound commited on

Remove previous DPTNet/DCUNet implementations
ca6b6f7

mattricesound commited on

Tune effects, replace models with asteroid, remove silence
5945136

mattricesound commited on

Skip chunk if too quiet
106ab10

mattricesound commited on

Add target cropping if outputs are different length
0e3a05d

mattricesound commited on

Update callbacks, debug new models
9a9a2c9

mattricesound commited on

Init dcunet and dptnet
7d6f241

mattricesound commited on

Fix new dataset to work for remfx training
6448f47

mattricesound commited on

adding multi-label classification task with CNN
7ac8557

Christian J. Steinmetz commited on

Refactor dataset to apply multiple effects at a time
c7866f1

mattricesound commited on

Fix umx_compressor path. Only log max 10 audio items2
53f9ab9

mattricesound commited on

Fix LRScheduler and ckpt_path
5570d2c

mattricesound commited on

Add gradient clipping and lr scheduler
d8d3e30

mattricesound commited on

Fix not logging FAD on test input data2
f6e5f6d

mattricesound commited on

Fix not logging FAD on test input data
236c7a5

mattricesound commited on

Remove FAD logging on input data during train
b676040

mattricesound commited on