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
2024-01-19clean-upopus-ng-osce-model-tuningJan Buethe
2024-01-19updated modelsJan Buethe
2024-01-19updated osce modelsJan Buethe
2024-01-19added script for sparsification trials (remove later)Jan Buethe
2024-01-19added copyright headersJan Buethe
2024-01-19added osce evaluation scriptsJan Buethe
2024-01-19more tools for osceJan Buethe
2024-01-19added relegance inspection tool to dnntoolsJan Buethe
2024-01-19bugfixJan Buethe
2024-01-19added repeat_upsamp option to feature netJan Buethe
2024-01-19added option of having residual connections in NoLACE feature transformsJan Buethe
2024-01-19added recording of git diff when repo is dirtyJan Buethe
2024-01-19fixing git repo information in dnn/torch/osceJan Buethe
2024-01-19enabling debug printout for sparsification (disable before merge)Jan Buethe
2024-01-19base sparsifier now really addedJan Buethe
2024-01-19added base class for sparsification modulesJan Buethe
2024-01-19split sparsification density according to layersJan Buethe
2024-01-19sparsification now compatible with weight_normJan Buethe
2024-01-19switched to absolute scale in softquant.pyJan Buethe
2024-01-19more sparsification stuffJan Buethe
2024-01-19added sparsification option to NoLACEJan Buethe
2024-01-19removed verbose outputJan Buethe
2024-01-19added sparsification to LACE modelJan Buethe
2024-01-19added conv1d and linear sparsification modulesJan Buethe
2024-01-19pushed some common tools into new dnntools folderJan Buethe
2024-01-19switched to optimal-scale soft quantizationJan Buethe
2024-01-19removed debug printsJan Buethe
2024-01-19fixed softquant moduleJan Buethe
2024-01-19fix when pitch hangover = 0Jan Buethe
2024-01-19updated C and export codeJan Buethe
2024-01-19added tanh activation in osce.cJan Buethe
2024-01-19bugfixJan Buethe
2024-01-19added softquant option and activate tconv layerJan Buethe
2024-01-17PLC export scriptJean-Marc Valin
2024-01-16PyTorch code for training the PLC modelJean-Marc Valin
2023-12-23Prevent overshoots from CELT PLC with predictionexp_celt_plc_constraint1Jean-Marc Valin
2023-12-22Add simulated loss to opus_demoJean-Marc Valin
2023-12-22Make loss simulator standaloneJean-Marc Valin
2023-12-22C code for packet loss simulatorJean-Marc Valin
2023-12-22lossgen: better training, README.mdJean-Marc Valin
2023-12-22lossgen: can now dump weightsJean-Marc Valin
2023-12-21Packet loss generation modelJean-Marc Valin
2023-12-20Merge LACE/NoLACE under OSCE frameworkopus-ng-lace-integration5Jan Buethe
2023-12-17Initialize padding pointers to zeroJean-Marc Valin
2023-12-15use opus_(re)alloc and opus_free for dnn and DRED related functionsopus-ng-fix-allocMichael Klingbeil
2023-12-14handle extensions in opus_repacketizer_out_range_implMichael Klingbeil
2023-12-06add extensions of the first frame of a multiframe packetMichael Klingbeil
2023-12-06Fix RESYNTH bit rotJean-Marc Valin
2023-11-30use vec_avx.h for MSVC buildsMichael Klingbeil
2023-11-30don't redefine _mm_loadu_si32 on MSVCMichael Klingbeil