With table generator

This commit is contained in:
jack-willturner
2020-06-03 15:59:48 +01:00
parent 6f97d1be37
commit 45901dd7ec
5 changed files with 104 additions and 5 deletions

View File

@@ -13,4 +13,10 @@ conda activate nas-wot
./reproduce.sh
```
Will produce the following table:
| Method | Search time (s) | CIFAR-10 (val) | CIFAR-10 (test) | CIFAR-100 (val) | CIFAR-100 (test) | ImageNet16-120 (val) | ImageNet16-120 (test) |
|:-------------|------------------:|:-----------------|:------------------|:------------------|:-------------------|:-----------------------|:------------------------|
| Ours (N=100) | 18.35 | 89.18 +- 0.29 | 91.76 +- 1.28 | 67.17 +- 2.79 | 67.27 +- 2.68 | 40.84 +- 5.36 | 41.33 +- 5.74 |
The code is licensed under the MIT licence.