├── README.md ├── dataset.py ├── increase new 1 class each time.png ├── main.py ├── new class test accuracy.jpg ├── old class test accuracy.jpg ├── transforms.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasLiang/Learning-without-Forgetting-using-Pytorch/HEAD/README.md -------------------------------------------------------------------------------- /dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasLiang/Learning-without-Forgetting-using-Pytorch/HEAD/dataset.py -------------------------------------------------------------------------------- /increase new 1 class each time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasLiang/Learning-without-Forgetting-using-Pytorch/HEAD/increase new 1 class each time.png -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasLiang/Learning-without-Forgetting-using-Pytorch/HEAD/main.py -------------------------------------------------------------------------------- /new class test accuracy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasLiang/Learning-without-Forgetting-using-Pytorch/HEAD/new class test accuracy.jpg -------------------------------------------------------------------------------- /old class test accuracy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasLiang/Learning-without-Forgetting-using-Pytorch/HEAD/old class test accuracy.jpg -------------------------------------------------------------------------------- /transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasLiang/Learning-without-Forgetting-using-Pytorch/HEAD/transforms.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasLiang/Learning-without-Forgetting-using-Pytorch/HEAD/utils.py --------------------------------------------------------------------------------