From 6bc8af1c405fb64c0c981161a32e845925849634 Mon Sep 17 00:00:00 2001 From: jmikedupont2 Date: Sun, 5 Sep 2021 14:01:10 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69d4ad6..24fa58c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ First, you need to install the requirements using the following command: ``` ### Generating Dataset -For the sake of experiment, you could use the following command to generating an imabalnced or a long-tailed dataset from MNIST or CIFAR datasets. To do that, you can run this command: +For the sake of experiment, you could use the following command to generating an inbalanced or a long-tailed dataset from MNIST or CIFAR datasets. To do that, you can run this command: ```bash python makeImbalanceDataset.py --data-dir ./data/mnist_23_0995 \ --dataset mnist \ From 9932c5fb353ff831c52ef4b07ed3825bdb6e99d9 Mon Sep 17 00:00:00 2001 From: jmikedupont2 Date: Sat, 2 Oct 2021 08:09:55 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24fa58c..4cc272f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ First, you need to install the requirements using the following command: ``` ### Generating Dataset -For the sake of experiment, you could use the following command to generating an inbalanced or a long-tailed dataset from MNIST or CIFAR datasets. To do that, you can run this command: +For the sake of experiment, you could use the following command to generating an imbalanced or a long-tailed dataset from MNIST or CIFAR datasets. To do that, you can run this command: ```bash python makeImbalanceDataset.py --data-dir ./data/mnist_23_0995 \ --dataset mnist \