Closed lucasczz closed 2 years ago
Re-implemented support for class-incremental streams by adapting the network's output to emerging classes. The classifier performs a single forward pass to find the last linear layer of the torch module, which can then be adapted accordingly.
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Re-implemented support for class-incremental streams by adapting the network's output to emerging classes. The classifier performs a single forward pass to find the last linear layer of the torch module, which can then be adapted accordingly.