Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-04model updateexp_pitchdnn4Jean-Marc Valin
2023-10-04Adjust loss function for neural pitch scaleJean-Marc Valin
2023-10-03Add probability interpolationJean-Marc Valin
2023-10-03revert debug codeJean-Marc Valin
2023-10-03CleanupJean-Marc Valin
2023-10-03Remove Viterbi pitchJean-Marc Valin
2023-10-03Fix tons of bugsJean-Marc Valin
2023-10-02Fix indexingJean-Marc Valin
2023-10-02Fewer crashes...Jean-Marc Valin
2023-10-02Complete codeJean-Marc Valin
2023-10-02compiles...Jean-Marc Valin
2023-10-02update modelJean-Marc Valin
2023-10-02Using a DenseNet for DREDJean-Marc Valin
2023-10-02Remove unneeded (I think) tanh at the endJean-Marc Valin
2023-10-01First version of pitch DNN C codeJean-Marc Valin
2023-10-01Code for 2D convolutionJean-Marc Valin
2023-09-30Fix model savingJean-Marc Valin
2023-09-29updated PitchDNN export scriptJan Buethe
2023-09-29refactoring and cleanupJan Buethe
2023-09-29fixed type in error messageJan Buethe
2023-09-29added rudimentary support for dumping nn.Conv2d layersJan Buethe
2023-09-28Fix stats indexing for stateJean-Marc Valin
2023-09-27No features skip needed to align pitch featuresJean-Marc Valin
2023-09-27Script to compute the groundtruth data using CREPEJean-Marc Valin
2023-09-27dump cleanup, change alignmentJean-Marc Valin
2023-09-26updated default values in adv_train_fargan.pyJan Buethe
2023-09-26Fixes stack overflow for some custom modesJean-Marc Valin
2023-09-26changed checkpoint formatJan Buethe
2023-09-26Adapting to new data format/modelJean-Marc Valin
2023-09-26Python code for neural pitchKrishna Subramani
2023-09-26Add noise augmentation to pitch dumpingJean-Marc Valin
2023-09-26Add pitch feature computationJean-Marc Valin
2023-09-26Band-limiting the voicing parameterJean-Marc Valin
2023-09-26RDOVAE model updateJean-Marc Valin
2023-09-24Infinite loops are badJean-Marc Valin
2023-09-22bugfixJan Buethe
2023-09-22pulse-related bugfixJan Buethe
2023-09-21more lavoce stuffJan Buethe
2023-09-21Handle the case where the initial state didn't fitJean-Marc Valin
2023-09-21updated modelJean-Marc Valin
2023-09-21Quantizing initial state with rdovae tooJean-Marc Valin
2023-09-20added FARGAN adversarial training scriptJan Buethe
2023-09-13removed trailing whitespace in farganJan Buethe
2023-09-13integrated JM's FFT ada convJan Buethe
2023-09-13Remove --has-gain and --passthrough-size argsJean-Marc Valin
2023-09-13Add conditioning interpolation, fwconv layerJean-Marc Valin
2023-09-13Only use one frame of pre-loadingJean-Marc Valin
2023-09-13Randomly double the training sequence lengthJean-Marc Valin
2023-09-13Adds skip connectionsJean-Marc Valin
2023-09-135-tap pitch predictorJean-Marc Valin