# HindsightAnchor **Repository Path**: xduykc/HindsightAnchor ## Basic Information - **Project Name**: HindsightAnchor - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-21 - **Last Updated**: 2021-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Using Hindsight to Anchor Past Knowledge in Continual Learning This is the official implementation of the [Using Hindsight to Anchor Past Knowledge in Continual Learning](https://arxiv.org/abs/2002.08165) in Tensorflow v1. The code is built on top of [AGEM repository](https://github.com/facebookresearch/agem). ``` @inproceedings{ChaudhryHAL, title={Using Hindsight to Anchor Past Knowledge in Continual Learning}, author={Chaudhry, Arslan and Gordo, Albert and Dokania, Puneet K and Torr, Philip HS and Lopez-Paz, David}, booktitle={AAAI}, year={2021} } ``` To replicate the results of MNIST Permutations experiment, execute the following script: ```bash $ ./replicate_mnist.sh ``` ## License This source code is released under The MIT License found in the LICENSE file in the root directory of this source tree.