For the complete documentation index, see llms.txt. This page is also available as Markdown.

Models

Examples for the Models module offered in Avalanche

from avalanche.models import SimpleCNN
from avalanche.models import SimpleMLP
from avalanche.models import SimpleMLP_TinyImageNet
from avalanche.models import MobilenetV1

🤝 Run it on Google Colab

You can run this chapter and play with it on Google Colaboratory:

Last updated

Was this helpful?