Clay Mullis

Results 176 comments of Clay Mullis

> Largest English speech datasets: > > * Spotify Podcasts Dataset https://podcastsdataset.byspotify.com/ > > * MLS http://www.openslr.org/94/ > > * Common Voice https://commonvoice.mozilla.org/en > > * SPGISpeech https://datasets.kensho.com/datasets/spgispeech > >...

@lucidrains Would love to see this added!

Would it be possible to explicitly target the same API created by open ai for their CLIP? This way it can be used as a drop-in replacement in e.g. CLIP-guidance...

RegionCLIP: https://arxiv.org/abs/2112.09106v1 They encourage region-level representations by using the released CLIP to both detect objects and to generate region-level captions for objects in a scene which becomes the dataset for...

Would it be unwise to have `cog init` create a .dockerignore file for the user? It could contain popular editor folders, maybe some commented out examples like ```sh # Avoid...

> I think specifying the model files in the configuration works well and could maybe even allow for some other functionality such as a "fork" of a project that only...

> @afiaka87 any ideas? Hm, that's not good. This must be from pytorch being too high - the T4's I test on actually support a newer version of CUDA and...

@ktos I've just updated afiaka87/glid-3-xl with a version I'm hoping will be compatible with your card. Could you give it a shot again? Then I can update erlich with the...

DeepSpeed is pretty tough to install. Have you tried installing via `pip install deepspeed` instead?

I believe you are trying to use a package meant for ubuntu 18.04 or later.