Jakub Hurej
Jakub Hurej
If you add apple config to settings as in the documentation said(remember to use same formatting of certificate_key as you see there, its important), your don't need to add these...
Glad to hear that. I don't remember where I finally found this info but it's wasn't in docs.
Thanks for advice. I don't see warm start option, did you train it from scratch or did a transfer learning from pretrained model? And what about your changes to mel...
I see. So only 3 hours was enough data for training good quality voice for commercial use? Can you show any samples? Also how long and on how many GPUs...
could you push a PR with pylint formatted files? Also a good idea would be to add a pre-commit config to run linters and formatters each time someone is doing...
I'll take a look later today
Looks better now but @mkalioby please remove all unused files and imports
I found more missing status=400 places in code, will update the pull request soon
We decided to use django-mfa2 as it's more mature than django-passkeys and has email OTP feature. I'll try wrapping begin_reg witha custom api endpoint and pass request.user there and write...
I'll show you how I was able to make JWT auth work with the django-mfa2 code. Maybe other folks will find it helpful how to use JWT with the lib....