Rudolf A. Braun

Results 47 comments of Rudolf A. Braun

Is there a nightly wheel available somewhere?

So the purpose was to go back from a webdataset to a cutset. On second thought though, maybe not necessary actually to keep features around when back in cutset format...

Actually in that CutSet I had no info on the recording at all. If I try and drop the features and then save I get ``` Cannot detach features from...

I have the same issue. I'm doing this for the purpose of undoing `trim_to_supervisions`.

Seems to be because features doesn't have a `recording_id` (or anything else that knows what cut it was a part of).

I got this error and also thought it was because of the dataloader for quite a while but it seems to be because of torchmetrics. Removing it fixed it for...

Is changing the code so the lora parameters are in a separate module an option? I don't see how you can otherwise wrap the lora parameters into a separate FSDP...