LWprogramming
LWprogramming
Did you mean the sample rate to be 16000 not 1600? I'm not sure if that's behind the int64 thing though. re: how many audio files I should use to...
Note for anyone in the future running into this-- you can just adjust the Docker container memory configuration directly (e.g. in Docker for Desktop, which I installed to try building...
One possibility that might work if a single data item never gets split across multiple shards is to search the existing folder/cloud storage directory for shard names, pulling the existing...
Cool! Out of curiosity, when might we use something like `merge_index` vs. just splitting the dataset into a bunch of pieces, uploading each piece to a separate folder, and then...
Also having this error and can confirm the `num_workers=0` prevents crashing
Should K and V be `ku` and `vu` in the second line instead of `kc` `vc` then? Since we want to use the K and V from source
Oh, you're right, I misread that :) I hadn't properly understood the connection between `__call__` and `forward` methods before. Looking at it more closely, it looks like in the [notebook](https://github.com/TencentARC/MasaCtrl/blob/f4476b0adeb6d111a532aca5111457fc5b6e9f88/playground.ipynb)...
Ah, I see now-- in the originally [linked code](https://github.com/TencentARC/MasaCtrl/blob/f4476b0adeb6d111a532aca5111457fc5b6e9f88/masactrl/masactrl.py#LL58C1-L59C138) I'd overlooked that q, k, v for u and c all have 2 * num_heads instead of num_heads in a dimension....
I set the server up locally and a url like http://localhost:3000/docs/intro-avatars actually works fine, even though it doesn't work without the .html extension on the actual website. [This](https://github.com/MozillaReality/hubs-docs/blob/e80acbba65f54b0ea80c7080b00f83857bc94fab/website/siteConfig.js#L87) setting seems...