Mehdi Cherti

Results 8 issues of Mehdi Cherti

This is an extension that provides inserting code written in most languages with syntax highlighting. It uses pygments python library to do it (http://pygments.org/).

Hi @lucidrains, Hi @robvanvolt, @JeniaJitsev started initially a discussion in the discord channel of @robvanvolt. Just a brief recap. We (@JeniaJitsev, @janEbert, and myself) are in a research group in...

Hello, thanks for the great work and the package. Are there any plans to release ImageNet-1k statistics? if not, I can try to do it, and provide the steps to...

Currently, evaluation is done on rank zero. This PR provides support for distributed evaluation (using an optional `--distributed-evaluation` argument) to make evaluation faster (supports both zero-shot and retrieval).

Hello, with @JeniaJitsev we are trying to have an auto-resume script that continues experiments automatically when freezing or finishing the reserved time in slurm. I noticed that when the experiment...

new feature

This PR adds FSDP (https://pytorch.org/docs/stable/fsdp.html) support for training large models than cannot fit in memory. The code works already, but still need to be improved, so this is still a...

I might have missed it in the code, but I can't see whether we randomly drop the captions for classifier-free guidance (which is already used at inference).

Would be great to have (optional) model evaluation. Possibilities: - CLIP score (e.g. on a reference set of captions like the ones from Parti) - FID, or inception distance in...