From f6049f7c979b0cfc9ac5a13666fedb79dfe3cce8 Mon Sep 17 00:00:00 2001 From: pym1024 <55693791+pym1024@users.noreply.github.com> Date: Thu, 30 May 2024 13:19:49 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 050057d..5aae5ce 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ The following instruction demonstrates the usage of evaluating network's perform **/src/metrics/swap.py** contains the core components of SWAP-Score. -**/datasets/DARTS_archs_CIFAR10.csv** contains 1000 architectures (randomly sampled from DARTS space) along with their CIFAR-10 validation accuracies (trained for 200 epochs). +**/datasets/DARTS_archs_CIFAR10.csv** contains 1000 architectures (randomly sampled from DARTS search space) along with their CIFAR-10 validation accuracies (trained for 200 epochs). * Install necessary dependencies (a new virtual environment is suggested). ``` cd SWAP pip install -r requirements.txt ``` -* Calculate the correlation between SWAP-Score and CIFAR-10 validation accuracies of 1000 DARTS architectures. +* Calculate the correlation between SWAP-Score and CIFAR-10 validation accuracies of 1000 CNN architectures. ``` python correlation.py ```