Gareth Davidson
Gareth Davidson
The problem is Google Drive is bad and everyone who had anything to do with making it the mess that it is should feel bad. This line is returning Google...
https://colab.research.google.com/gist/bitplane/60543855a8fc3df473e94e18d45b06a3/copy-of-voice-cloning-training.ipynb
I've had several variations of this, in my case the cause was these: 1. `R_HOME` isn't set or isn't in your system path. This is probably your fault. 2. The...
Did you try my hack posted above? Make your own local `rpy2.py` and paste the code in, then at the bottom of the file put: ```python get_robjects() from rpy2 import...
Probably your terminal emulator. Does holding shift down help?
I've made progress on collecting exif testdata. For Wikimedia commons I've got some `Make`, `Model` and `Software` preliminary data, which might help with building mappings. The Software ones have extra...
> I don't see what RIFF does here, I am interested in more details about that. Sorry! I misspoke, TIFF!
If you're looking for a stress test case, the same repo has 200GB Ubuntu repos for `x86_64` and `aarch64`, with as many packages as I could manage to install (well,...
I guess the bigger issue is that `remove_row` causes `refresh(layout=True)`, which iterates every row so we get O(n) performance compared to O(1) when adding rows. This only gets triggered once...
try `uv pip install setuptools`