From 0bfafd89e2f55d2d6722960f5bc30d25d6cd2759 Mon Sep 17 00:00:00 2001 From: Henry Addison Date: Wed, 8 Nov 2023 12:00:30 +0000 Subject: [PATCH] Remove CIFAR10 rank from README.md Doesn't apply to this work --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8ed3e53cb..bf73d133f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Forked from PyTorch implementation for the paper [Score-Based Generative Modelin by [Yang Song](https://yang-song.github.io), [Jascha Sohl-Dickstein](http://www.sohldickstein.com/), [Diederik P. Kingma](http://dpkingma.com/), [Abhishek Kumar](http://users.umiacs.umd.edu/~abhishek/), [Stefano Ermon](https://cs.stanford.edu/~ermon/), and [Ben Poole](https://cs.stanford.edu/~poole/) -[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/score-based-generative-modeling-through-1/image-generation-on-cifar-10)](https://paperswithcode.com/sota/image-generation-on-cifar-10?p=score-based-generative-modeling-through-1) - ## Dependencies 1. Create conda environment: `conda env create -f environment.lock.yml`