Bea Steers

Results 58 comments of Bea Steers

Yes it is. It came up in an autoencoder where I was getting `None` for a dense layer size, but maybe having temporally shifting features in a dense layer isn't...

I like the idea of making `CremaModel` automatically usable as a pumpp. For `openl3` and `vggish` and other models, I feel like it might make sense to have them in...

Actually maybe the best option would be to do what @bmcfee suggested (crema model extending Pump) and then add vggish and openl3 as crema models.

Hmm yeah I've never had much luck with asyncio. It just seems like you need to rewrite everything using async modules which seems quite daunting. (Like I don't understand how...

Glad I found this. Could this be a quick solution? I'm unsure what the other side effects of calling `_create_run` are though and maybe that's unwanted as a general usecase...

I just encountered the same thing and was about to create an issue. It's not a huge problem, as there are certainly ways around this, but it also seems like...

I would love this functionality to be added - if not just so you could wrap `Parallel` with a progress bar. I see there are a bunch of closed PRs...

I need something like this as well. I'd like to lock the map from external updates if the user drags/zooms. Then when they want, they can press "reset map" which...

Unless I misunderstand, it looks like this issue https://github.com/grafana/grafana/issues/52916 is tracking progress made on this front, though it looks like development has fallen off so I'm not sure what that...

what about postgres roles for apps like grafana? I don't want to manage actual postgres users with schemahero, but I'm looking for a way to declaratively create a read-only role...