Clone this github repository:
git clone https://github.com/rkdrn79/EKD.git
cd EKD
Optionally, create an environment to run the code (click to expand).
The library requirements of the code are detailed in requirements.txt. You can install them using pip with:
python3 -m pip install -r requirements.txt
Development environment based on Conda distribution. All dependencies are in environment.yml file.
To create a new environment check out the repository and type:
conda env create --file environment.yml --name EKD
Notice: set the appropriate version of your CUDA driver for cudatoolkit in environment.yml.
conda activate EKD
conda deactivate
To run the basic code:
python3 -u src/main_incremental.py
More options are explained in the src, including GridSearch usage. Also, more specific options on approaches,
loggers, datasets and networks.