- Jan 23, 2024
-
-
Jan Buethe authored
-
- Jan 22, 2024
-
-
Jan Buethe authored
-
Jan Buethe authored
-
Jan Buethe authored
-
- Jan 21, 2024
-
-
Jean-Marc Valin authored
No longer needed now that PLC is trained with PyTorch stack
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Should handle the history in a more consistent way. Slightly increase the model size and re-enable biased band loss in training.
-
- Jan 20, 2024
-
-
Jan Buethe authored
-
- Jan 17, 2024
-
-
Jean-Marc Valin authored
mostly untested
-
- Jan 15, 2024
-
-
Jean-Marc Valin authored
Should match the TF2 code, but mostly untested
-
- Dec 23, 2023
-
-
Jean-Marc Valin authored
Constrains the energy prediction to something safe.
-
- Dec 22, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Dec 21, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Dec 20, 2023
-
-
- Dec 17, 2023
-
-
Jean-Marc Valin authored
Avoids valgrind complaining about use of uninitialized memory
-
- Dec 15, 2023
-
-
Michael Klingbeil authored
-
- Dec 14, 2023
-
-
Michael Klingbeil authored
-
- Dec 06, 2023
-
-
Michael Klingbeil authored
-
- Dec 05, 2023
-
-
Jean-Marc Valin authored
-
- Nov 30, 2023
-
-
Michael Klingbeil authored
-
Michael Klingbeil authored
-
- Nov 29, 2023
-
-
Jean-Marc Valin authored
-
Michael Klingbeil authored
-
Jean-Marc Valin authored
Removes float debug weights, as well as useless spaces
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Use OPUS_DRED instead of NEURAL_FEC
-
Jean-Marc Valin authored
Also default to disabling dnn float debugging
-
Jean-Marc Valin authored
Still don't quite know what I'm doing
-
- Nov 28, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Compilers sometimes replace vmlaq*() with fmul+fadd instead of fmla. Trying to use vfmaq*() instead when possible.
-
Jean-Marc Valin authored
Finished adversarial training on 800k model. Also, move weights to a new location.
-
Jean-Marc Valin authored
1) Enable asm/intrinsics even for floating-point 2) Make sure ARMv8 asimd enables EDSP/MEDIA/Neon 3) Add dotp architecture to rtcd table since AArch *can* have dotp
-
- Nov 27, 2023
-
-
Jean-Marc Valin authored
Adds RTCD tables for compute_activation() and compute_conv2d()
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Avoids having to write intrinsics for simple loops
-