Skip to content

Commit 211e8f7

Browse files
committed
update README
1 parent 8fe58b6 commit 211e8f7

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
---
2020

21-
[![LICENSE](https://img.shields.io/badge/license-MIT-green?style=flat-square)](https://github.com/yaoyao-liu/class-incremental-learning/blob/master/LICENSE)[![Python](https://img.shields.io/badge/python-3.8-blue.svg?style=flat-square&logo=python&color=3776AB&logoColor=3776AB)](https://www.python.org/) [![PyTorch](https://img.shields.io/badge/pytorch-1.8-%237732a8?style=flat-square&logo=PyTorch&color=EE4C2C)](https://pytorch.org/) [![method](https://img.shields.io/badge/Reproduced-17-success)]() [![CIL](https://img.shields.io/badge/ClassIncrementalLearning-SOTA-success??style=for-the-badge&logo=appveyor)](https://paperswithcode.com/task/incremental-learning) 🔥 🔥 🔥
21+
[![LICENSE](https://img.shields.io/badge/license-MIT-green?style=flat-square)](https://github.com/yaoyao-liu/class-incremental-learning/blob/master/LICENSE)[![Python](https://img.shields.io/badge/python-3.8-blue.svg?style=flat-square&logo=python&color=3776AB&logoColor=3776AB)](https://www.python.org/) [![PyTorch](https://img.shields.io/badge/pytorch-1.8-%237732a8?style=flat-square&logo=PyTorch&color=EE4C2C)](https://pytorch.org/) [![method](https://img.shields.io/badge/Reproduced-17-success)]() [![CIL](https://img.shields.io/badge/ClassIncrementalLearning-SOTA-success??style=for-the-badge&logo=appveyor)](https://paperswithcode.com/task/incremental-learning)
2222

2323
The code repository for "PyCIL: A Python Toolbox for Class-Incremental Learning" [[paper]](https://arxiv.org/abs/2112.12533) in PyTorch. If you use any content of this repo for your work, please cite the following bib entry:
2424

@@ -66,16 +66,17 @@ Traditional machine learning systems are deployed under the closed-world setting
6666
#### CIFAR-100
6767

6868
<div align="center">
69-
<img src="./resources/cifar10s.png" width="500px">
69+
<img src="./resources/cifar100.png" width="900px">
7070
</div>
7171

72-
#### ImageNet-100 Top-1 Accuracy
72+
73+
#### ImageNet-100
7374

7475
<div align="center">
7576
<img src="./resources/ImageNet100.png" width="900px">
7677
</div>
7778

78-
#### ImageNet-100 Top-5 Accuracy
79+
#### ImageNet-100 (Top-5 Accuracy)
7980

8081
<div align="center">
8182
<img src="./resources/imagenet20st5.png" width="500px">

resources/cifar100.png

134 KB
Loading

resources/cifar10s.png

-304 KB
Binary file not shown.

0 commit comments

Comments
 (0)