Birger Moëll

Results 9 comments of Birger Moëll

I made a pull request for a change that adds a flag that makes it possible to force literal block style.

I'll get started with the controlnet demo.

@nikolausWest first draft for a updated controlnet demo. https://github.com/rerun-io/rerun/pull/5490

@cg123 is there any way I can help?

@pacman100 @younesbelkada I could work on this if there is any interest. What would be the first steps?

I think it sounds like a good idea if you start out with the gpt2 script and then I can do the t5 script. I think that would be a...

I installed using pip install https://github.com/kpu/kenlm/archive/master.zip I'm getting a new error. My guess is that my polish.arpa file is misformed somehow but it's quite tricky to check since it's very...

I got an error running the code. So this is currently NOT WORKING. ``` File "/home/bmoell/community-events/whisper-fine-tuning-event/stream_with_augmentations.py", line 661, in main() File "/home/bmoell/community-events/whisper-fine-tuning-event/stream_with_augmentations.py", line 398, in main raw_datasets["train"] = augment_dataset(raw_datasets["train"]) File...