-
I trained vall-e on LibriTTS about 100 epochs (took almost 4 days on 8 A100 GPUs) and I obtained plausible synthesized audio.
Here is a demo.
[1]
prompt : [prompt_link](https://drive.google.com/f…
-
I've been running troddit for a long time, but recently wasn't using it, anyway, I tried to use it and it wasn't working anymore, I nuked it, redeployed it, saw I had to authorize plausible.io in my D…
-
| | |
|------------------|-----------------|
|Previous ID | SR-5947 |
|Radar | rdar://problem/34561240 |
|Original Repor…
-
There's a subtle race condition in `get_alloc_info_entry`.
`get_alloc_info_entry` protects the set of known allocations by grabbing the mutex protecting the same, but then returns a reference to the …
-
The bulk of Haskell frontend projects today use GHCJS, which basically requires Nix to work. If this project had Nix support (instead of/in addition to the Docker image), it would be much easier to ad…
-
Hi guys!
These baselines are really wonderful to start with Motion Forecasting. In my particular case, I am trying to include map information to the LSTM in order to compute multimodal predictions …
-
When interfacing with existing systems (e.g., OpenCV), it's generally critical to be able to write efficient code for interleaved (not planar) RGB and RGBA images; while this is possible, it's fraught…
-
The OpenType spec says this about the BASE table:
Each baseline coordinate is defined as a single X or Y value in design units measured from the zero position on the relevant X or Y axis.
B…
-
I have a somewhat long-running route that gets paginated data from a third party and uses `apicache` to cache the result of it. After adding `Redis`, I've noticed that I don't reliably get back the fu…
-
I have a couple of example on my local machine of likelihoods for fitting 1D and 2D Gaussian processes to data. This is a pretty common problem, and it's also one where the posterior can (in rare situ…