Avalanche
v0.1.0
GitHub
API Doc
CL-Baselines
Avalanche-RL
Search…
⌃K
Links
v0.1.0
Avalanche: an End-to-End Library for Continual Learning
📌
Getting Started
Introduction
Current Release
How to Install
Learn Avalanche in 5 Minutes
📙
From Zero to Hero Tutorial
Introduction
Models
Benchmarks
Training
Evaluation
Loggers
Putting All Together
Extending Avalanche
Contribute to Avalanche
How-Tos
AvalancheDataset
Dataloaders, Buffers, and Replay
📝
Examples
Models
Benchmarks
Training
Evaluation
Loggers
💻
Code Documentation
Avalanche API
How to Contribute
Guidelines
❓
Questions and Issues
Ask Your Question
Add Your Issue
Request a Feature
Give Feedback
👪
About Us
The People
Join Us!
Slack
Email
Twitter
Powered By
GitBook
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:
Notebook currently unavailable.
How-Tos - Previous
Dataloaders, Buffers, and Replay
Next - Examples
Benchmarks
Last modified
11mo ago