online-ml / deep-river

https://online-ml.github.io/deep-river/
BSD 3-Clause "New" or "Revised" License
117 stars 12 forks source link

feat: support for class-incremental streams #52

Closed lucasczz closed 2 years ago

lucasczz commented 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.

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB