Will Drevo

Results 20 comments of Will Drevo

This is a great addition. My apologies for being an absent maintainer. Do you think these changes can be merged into the latest branch merged in (Postgres + Python 3)?...

The failure appears to be at `f.write(token)`

Python3 support added!

Python3 support added here https://github.com/worldveil/deuces/pull/35 !

Fixed in https://github.com/worldveil/deuces/pull/35 !

This doesn't seem to work for me. I did the conda install, and whenever I try to run invokeAI via the command line, I get the same result: ``` $...

> > Additionally, I was wondering if there’s any provision in the current system to prioritize sampling certain files more frequently than others—for instance, based on importance, weight, or any...

Okay that makes sense. I think the `isinstance(transform, OneOf)` pattern is probably okay for my needs. If anything, I'd do a PR to update the docs on that page so...

RE: (1) time alignment is not necessarily the goal, diversity of the training set is :) I may just do this more manually, but do you have an example in...

Curious if this is still an issue? It seems like some processors, like the RNN beat tracker have an `online` mode, but many data processors, ie: spectrogram difference, don't. I...