avalanche
avalanche copied to clipboard
Avalanche: an End-to-End Library for Continual Learning based on PyTorch.
This was discussed in #320. It is a low priority issue for now.
Following our discussion in #306. It would be nice to encode best practices inside avalanche strategies. Things such as incremental classifiers that do not assume the number of classes, using/not...
Here are the differences between the last working environment and the new one that I tried to run: ``` 37c37 < - expat=2.4.8=h27087fc_0 --- > - expat=2.4.9=h27087fc_0 47c47 < -...
Here are the differences between the last working environment and the new one that I tried to run: ``` 35c35 < - expat=2.4.8=h27087fc_0 --- > - expat=2.4.9=h27087fc_0 56,57c56,57 < -...
Here are the differences between the last working environment and the new one that I tried to run: ``` 37c37 < - expat=2.4.8=h27087fc_0 --- > - expat=2.4.9=h27087fc_0 47c47 < -...
Here are the differences between the last working environment and the new one that I tried to run: ``` 37c37 < - expat=2.4.8=h27087fc_0 --- > - expat=2.4.9=h27087fc_0 47c47 < -...
Here are the differences between the last working environment and the new one that I tried to run: ``` 37c37 < - expat=2.4.8=h27087fc_0 --- > - expat=2.4.9=h27087fc_0 47c47 < -...
Hello! I would like to suggest adding support for text datasets, for NLP. As I am planning to implement and use some of them for my own research anyway, I...
This PR adds support for checkpointing. Checkpointing is implemented as a strategy plugin that will store a checkpoint after each evaluation phase. The entire strategy object is stored, as well...
Here are the differences between the last working environment and the new one that I tried to run: ``` 1c1 < name: avalanche-env --- > name: base 5d4 < -...