Aleksas Pielikis

Results 10 comments of Aleksas Pielikis

Sorry no, didn't do anything with cookiecutter since about the time I posted feature request.

Yes, the accent is on specific letter. Does Transform need a dictionary for character level taggng? What should my next steps be in order to train Transformer accentation on Lithuanina...

You can use google scholar data. There is a project on GitHub to retrieve publication metadata - https://github.com/ckreibich/scholar.py. Example of running script for a paper from the list: `python scholar.py...

N part question regarding training a language dialect. - Is there a way to skip OpenAI Whisper encoder step to generate embeddings? - I have plenty of transcribed text but...

Also FastLed has [function to calculate bit pattern](https://github.com/FastLED/FastLED/blob/1547b9312e9e0dd8f5198857dd766caf36172066/src/platforms/esp/32/clockless_i2s_esp32.h#L258-L419) which may be useful

I get some rogue flickering also from time to time. That's all related to signal timing. To fix that some research should be done with oscilloscope. But I'm not very...

Issues still present after update https://github.com/hepingood/ws2812b/assets/594470/1a32dad7-b157-4c25-9def-b85d3a1f7f47 It may also be related to [this issue/feature](https://github.com/raspberrypi/linux/issues/3381) in RPI itself

Calling directly OpenAI: ``` Bad request: `Error code: 400 - {'error': {'message': "'messages' must contain the word 'json' in some form, to use 'response_format' of type 'json_object'.", 'type': 'invalid_request_error', 'param':...