Avalanche
GitHub
API Doc
CL-Baselines
Avalanche-RL
Searchโฆ
Avalanche - 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
1
from
avalanche
.
models
import
SimpleCNN
2
from
avalanche
.
models
import
SimpleMLP
3
from
avalanche
.
models
import
SimpleMLP_TinyImageNet
4
from
avalanche
.
models
import
MobilenetV1
Copied!
๐ค 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
3mo ago
Export as PDF
Copy link
Contents
๐ค Run it on Google Colab