MAS-PyTorch icon indicating copy to clipboard operation
MAS-PyTorch copied to clipboard

A PyTorch implementation of the ECCV 2018 publication "Memory Aware Synapses: Learning what (not) to forget"

Results 4 MAS-PyTorch issues
Sort by recently updated
recently updated
newest added

hi, is the classification_head right in utils/model_class? class classification_head(nn.Module): """ Each task has a seperate classification head which houses the features that are specific to that particular task. These features...

Could you tell me how to apply Local MAS?

Hello, I have a question regarding the freeze layers [here](https://github.com/wannabeOG/MAS-PyTorch/blob/master/utils/mas_utils.py#L343). I notice that the frozen layers are set to require gradient, in contrast, the not frozen layers don't require gradient....

When executing main.py, I only find this The training process on the 0 tasks is completed Testing the model now and it crash WHY?