To run code, just run the following command:

    python main.py --config ./configs_file.yml

where "./configs_file.yml" is the corresponding configuration file. For example, to run for CIFAR100:

    python main.py --config ./configs/config_cifar100.yml

In the configuration files (.yml), one can change the conditions of the experiments. For example, change the number of epochs, change the F_t function 
(Random, resnet or Task), or even the components we want to use (Meta-Learning, Mask or both).
